X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FNodeListener.java;h=1b045760ac42b0698d735f33ad6d53e075d866e4;hb=7d2c5dd7476d1a62e96cd17d888f059c35e4535a;hp=dda0d63218b15303f0bc7c7394667f6b2f5bde03;hpb=e11ac9227c1950ac28ea560800eadffeb8c883be;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/NodeListener.java b/src/net/pterodactylus/jsite/core/NodeListener.java index dda0d63..1b04576 100644 --- a/src/net/pterodactylus/jsite/core/NodeListener.java +++ b/src/net/pterodactylus/jsite/core/NodeListener.java @@ -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