Remove obsolete node about old high-level client.
[jSite2.git] / 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