* @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 + ")");
*
* @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);