Formatting fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / NodeData.java
index ab4845a..322cdd5 100644 (file)
@@ -23,7 +23,6 @@ package net.pterodactylus.fcp;
  * The “NodeData” contains the noderef of the node, along with additional data.
  * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class NodeData extends BaseMessage {
 
@@ -168,8 +167,8 @@ public class NodeData extends BaseMessage {
         * 
         * @param field
         *            The name of the field
-        * @return The value of the field, or <code>null</code> if there is no
-        *         such field
+        * @return The value of the field, or <code>null</code> if there is no such
+        *         field
         */
        public String getVolatile(String field) {
                return getField("volatile." + field);