Expose lots of constructors and accessors
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / NodeData.java
index 5425833..5800172 100644 (file)
@@ -34,7 +34,7 @@ public class NodeData extends BaseMessage {
         * @param receivedMessage
         *            The received message
         */
-       NodeData(FcpMessage receivedMessage) {
+       public NodeData(FcpMessage receivedMessage) {
                super(receivedMessage);
                nodeRef = new NodeRef(receivedMessage);
        }
@@ -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