Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / GetNode.java
index 799b44b..3419860 100644 (file)
@@ -27,17 +27,18 @@ package net.pterodactylus.fcp;
 public class GetNode extends FcpMessage {
 
        /**
-        * Creates a “GetNode” command that returns the darknet noderef of the node.
+        * Creates a “GetNode” command that returns the darknet noderef of the
+        * node.
         */
        public GetNode() {
                this(null, null, null);
        }
 
        /**
-        * Creates a “GetNode” command that returns the request noderef of the node,
-        * including private and volatile data, if requested. If any of the Boolean
-        * parameters are <code>null</code> the parameter is ignored and the node’s
-        * default value is used.
+        * Creates a “GetNode” command that returns the request noderef of the
+        * node, including private and volatile data, if requested. If any of the
+        * Boolean parameters are <code>null</code> the parameter is ignored and
+        * the node’s default value is used.
         *
         * @param giveOpennetRef
         *            <code>true</code> to request the opennet noderef,