Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / PeerNote.java
index 7b32207..67cdfa6 100644 (file)
@@ -60,8 +60,8 @@ 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"));