Whitespace and formatting fixes.
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 19 Mar 2009 22:04:15 +0000 (23:04 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 19 Mar 2009 22:08:45 +0000 (23:08 +0100)
src/net/pterodactylus/fcp/PeerNote.java

index 0340518..61dca19 100644 (file)
@@ -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 &lt;bombe@freenetproject.org&gt;
  */
 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 <code>-1</code> if the type can
-        *         not be parsed
+        *
+        * @return The type of the peer note, or <code>-1</code> if the type can not
+        *         be parsed
         */
        public int getPeerNoteType() {
                return FcpUtils.safeParseInt(getField("PeerNoteType"));