Whitespace fixes.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 10 Jun 2009 21:32:03 +0000 (23:32 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Wed, 10 Jun 2009 21:32:03 +0000 (23:32 +0200)
src/net/pterodactylus/fcp/FCPPluginReply.java

index f9dbc7f..df46925 100644 (file)
@@ -27,7 +27,7 @@ import java.util.Map.Entry;
 /**
  * The “FCPPluginReply” is sent by a plugin as a response to a
  * {@link FCPPluginMessage} message.
- * 
+ *
  * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  */
 public class FCPPluginReply extends BaseMessage {
@@ -37,7 +37,7 @@ public class FCPPluginReply extends BaseMessage {
 
        /**
         * Creates a new “FCPPluginReply” message that wraps the received message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         * @param payloadInputStream
@@ -50,7 +50,7 @@ public class FCPPluginReply extends BaseMessage {
 
        /**
         * Returns the name of the plugin.
-        * 
+        *
         * @return The name of the plugin
         */
        public String getPluginName() {
@@ -59,7 +59,7 @@ public class FCPPluginReply extends BaseMessage {
 
        /**
         * Returns the identifier of the request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {
@@ -68,7 +68,7 @@ public class FCPPluginReply extends BaseMessage {
 
        /**
         * Returns the length of the optional payload.
-        * 
+        *
         * @return The length of the payload, or <code>-1</code> if there is no
         *         payload or the length could not be parsed
         */
@@ -78,7 +78,7 @@ public class FCPPluginReply extends BaseMessage {
 
        /**
         * Returns a reply from the plugin.
-        * 
+        *
         * @param key
         *            The name of the reply
         * @return The value of the reply
@@ -107,7 +107,7 @@ public class FCPPluginReply extends BaseMessage {
 
        /**
         * Returns the optional payload.
-        * 
+        *
         * @return The payload of the reply, or <code>null</code> if there is no
         *         payload
         */