Remove obsolete node about old high-level client.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 22 May 2009 05:18:08 +0000 (07:18 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 22 May 2009 05:18:08 +0000 (07:18 +0200)
src/net/pterodactylus/jsite/core/NodeListener.java

index dda0d63..1b04576 100644 (file)
@@ -63,11 +63,7 @@ public interface NodeListener extends EventListener {
        public void nodeConnectionFailed(Node node, Throwable cause);
 
        /**
-        * Notifies a listener that a connection to the given node was severed. If
-        * the listener needs the high-level client associated with the node for
-        * anything else (like deregistering as listener from it) it should retrieve
-        * the high-level client using {@link NodeManager#getHighLevelClient(Node)}
-        * before this method returns!
+        * Notifies a listener that a connection to the given node was severed.
         *
         * @param node
         *            The node that is now disconnected