Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / NodeData.java
index 5425833..f73bbd5 100644 (file)
@@ -159,10 +159,10 @@ public class NodeData extends BaseMessage {
        }
 
        /**
-        * Returns one of the volatile fields from the message. The given field name
-        * is prepended with “volatile.” so if you want to get the value of the
-        * field with the name “volatile.freeJavaMemory” you only need to specify
-        * “freeJavaMemory”.
+        * Returns one of the volatile fields from the message. The given field
+        * name is prepended with “volatile.” so if you want to get the value of
+        * the field with the name “volatile.freeJavaMemory” you only need to
+        * specify “freeJavaMemory”.
         *
         * @param field
         *            The name of the field