X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FFCPPluginMessage.java;h=d429867824b90646158a7bdd62292c4e0049f279;hb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;hp=43df7d69f2c5df32fb8c4c495f7d9094431ddbc0;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/FCPPluginMessage.java b/src/net/pterodactylus/fcp/FCPPluginMessage.java index 43df7d6..d429867 100644 --- a/src/net/pterodactylus/fcp/FCPPluginMessage.java +++ b/src/net/pterodactylus/fcp/FCPPluginMessage.java @@ -1,6 +1,5 @@ /* - * jSite2 - PluginMessage.java - - * Copyright © 2008 David Roden + * jFCPlib - PluginMessage.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +23,6 @@ package net.pterodactylus.fcp; * payload to a plugin. * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class FCPPluginMessage extends FcpMessage { @@ -65,7 +63,8 @@ public class FCPPluginMessage extends FcpMessage { /** * Sets the length of data of the optional payload. If you call this method - * you also have to call {@link #setPayloadInputStream(java.io.InputStream)}! + * you also have to call {@link #setPayloadInputStream(java.io.InputStream)} + * ! * * @param dataLength * The length of data in the payload input stream