From 730a58c173b0a2764bc08856216ce30ae2cac80b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 19 Mar 2009 23:04:15 +0100 Subject: [PATCH] Whitespace and formatting fixes. --- src/net/pterodactylus/fcp/PeerNote.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/net/pterodactylus/fcp/PeerNote.java b/src/net/pterodactylus/fcp/PeerNote.java index 0340518..61dca19 100644 --- a/src/net/pterodactylus/fcp/PeerNote.java +++ b/src/net/pterodactylus/fcp/PeerNote.java @@ -22,7 +22,7 @@ package net.pterodactylus.fcp; /** * The “PeerNote” message contains a private note that has been entered for a * darknet peer. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class PeerNote extends BaseMessage { @@ -32,7 +32,7 @@ public class PeerNote extends BaseMessage { /** * Creates a “PeerNote” message that wraps the recevied message. - * + * * @param receivedMessage * The received message */ @@ -51,7 +51,7 @@ public class PeerNote extends BaseMessage { /** * Returns the base64-encoded note text. - * + * * @return The note text */ public String getNoteText() { @@ -60,9 +60,9 @@ public class PeerNote extends BaseMessage { /** * Returns the type of the peer note. - * - * @return The type of the peer note, or -1 if the type can - * not be parsed + * + * @return The type of the peer note, or -1 if the type can not + * be parsed */ public int getPeerNoteType() { return FcpUtils.safeParseInt(getField("PeerNoteType")); -- 2.7.4