From: David ‘Bombe’ Roden Date: Thu, 13 Nov 2008 23:12:21 +0000 (+0100) Subject: Reformatting. X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=commitdiff_plain;h=3ac91e8b526e04d6be1fc1bb16154633a0ad957e;hp=a75c596cfcbb46de853452efc23e83bf239212f1 Reformatting. --- diff --git a/src/net/pterodactylus/jsite/core/NodeManager.java b/src/net/pterodactylus/jsite/core/NodeManager.java index f032570..40e4190 100644 --- a/src/net/pterodactylus/jsite/core/NodeManager.java +++ b/src/net/pterodactylus/jsite/core/NodeManager.java @@ -331,8 +331,8 @@ public class NodeManager implements Iterable, PropertyChangeListener, High * @see #connect(Node) * @param node * The node to connect to - * @return true if the node was added, false - * if the node was not added because it was already known + * @return true if the node was added, false 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, PropertyChangeListener, High * * @param id * The ID of the node - * @return The node with the given ID, or null if no such - * node was found + * @return The node with the given ID, or null if no such node + * was found */ Node getNode(String id) { return idNodes.get(id);