Reformatting.
[jSite2.git] / src / net / pterodactylus / jsite / core / NodeManager.java
index f032570..40e4190 100644 (file)
@@ -331,8 +331,8 @@ public class NodeManager implements Iterable<Node>, PropertyChangeListener, High
         * @see #connect(Node)
         * @param node
         *            The node to connect to
-        * @return <code>true</code> if the node was added, <code>false</code>
-        *         if the node was not added because it was already known
+        * @return <code>true</code> if the node was added, <code>false</code> if
+        *         the node was not added because it was already known
         */
        public boolean addNode(Node node) {
                logger.log(Level.FINEST, "addNode(node=" + node + ")");
@@ -452,8 +452,8 @@ public class NodeManager implements Iterable<Node>, PropertyChangeListener, High
         *
         * @param id
         *            The ID of the node
-        * @return The node with the given ID, or <code>null</code> if no such
-        *         node was found
+        * @return The node with the given ID, or <code>null</code> if no such node
+        *         was found
         */
        Node getNode(String id) {
                return idNodes.get(id);