From 3ac91e8b526e04d6be1fc1bb16154633a0ad957e Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 14 Nov 2008 00:12:21 +0100 Subject: [PATCH] Reformatting. --- src/net/pterodactylus/jsite/core/NodeManager.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); -- 2.7.4