Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / ProtocolError.java
index f59d1fe..8b7b510 100644 (file)
@@ -48,8 +48,8 @@ public class ProtocolError extends BaseMessage {
        /**
         * Returns the error code.
         *
-        * @return The error code, or <code>-1</code> if the error code could not be
-        *         parsed
+        * @return The error code, or <code>-1</code> if the error code could not
+        *         be parsed
         */
        public int getCode() {
                return FcpUtils.safeParseInt(getField("Code"));