Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / FCPPluginMessage.java
index d429867..c167411 100644 (file)
@@ -21,14 +21,14 @@ package net.pterodactylus.fcp;
 /**
  * An “CPPluginMessage” sends a message with custom parameters and (optional)
  * payload to a plugin.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class FCPPluginMessage extends FcpMessage {
 
        /**
         * Creates a new “FCPPluginMessage” message for the given plugin.
-        * 
+        *
         * @param pluginClass
         *            The name of the plugin class
         */
@@ -41,7 +41,7 @@ public class FCPPluginMessage extends FcpMessage {
         * Sets the identifier of the request. Though this is still optional you are
         * encouraged to include it because the plugin might reply in random order
         * to requests.
-        * 
+        *
         * @param identifier
         *            The identifier of the request
         */
@@ -51,7 +51,7 @@ public class FCPPluginMessage extends FcpMessage {
 
        /**
         * Sets a custom parameter for the plugin.
-        * 
+        *
         * @param key
         *            The key of the parameter
         * @param value
@@ -65,7 +65,7 @@ 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)}
         * !
-        * 
+        *
         * @param dataLength
         *            The length of data in the payload input stream
         */