Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / NodeData.java
index 6e2d25a..05ee412 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - NodeData.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - NodeData.java - Copyright © 2008 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -167,8 +166,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);