From 6f61169f77b19521bb123b4f1151ec1fab7a0f3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 10 Jun 2009 23:32:03 +0200 Subject: [PATCH] Whitespace fixes. --- src/net/pterodactylus/fcp/FCPPluginReply.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/net/pterodactylus/fcp/FCPPluginReply.java b/src/net/pterodactylus/fcp/FCPPluginReply.java index f9dbc7f..df46925 100644 --- a/src/net/pterodactylus/fcp/FCPPluginReply.java +++ b/src/net/pterodactylus/fcp/FCPPluginReply.java @@ -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 <bombe@freenetproject.org> */ 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 -1 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 null if there is no * payload */ -- 2.7.4