Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FcpUtils.java
index 0957083..415cf1a 100644 (file)
@@ -110,8 +110,8 @@ public class FcpUtils {
        }
 
        /**
-        * Tries to parse the given string into an int, returning <code>-1</code> if
-        * the string can not be parsed.
+        * Tries to parse the given string into an int, returning <code>-1</code>
+        * if the string can not be parsed.
         *
         * @param value
         *            The string to parse