From: David ‘Bombe’ Roden Date: Thu, 19 Mar 2009 22:04:15 +0000 (+0100) Subject: Whitespace and formatting fixes. X-Git-Tag: v0.1.1~98 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=730a58c173b0a2764bc08856216ce30ae2cac80b;hp=bf0b6fe3af98f1c31895190bc54d017b623acd2e;p=jFCPlib.git Whitespace and formatting fixes. --- 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"));