Add javadoc.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 16 Sep 2011 09:09:50 +0000 (11:09 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 16 Sep 2011 09:09:50 +0000 (11:09 +0200)
src/main/java/net/pterodactylus/wotns/freenet/wot/WebOfTrustConnector.java

index 8a16efc..9b11309 100644 (file)
@@ -70,6 +70,10 @@ public class WebOfTrustConnector implements ConnectorListener {
        // ACTIONS
        //
 
        // ACTIONS
        //
 
+       /**
+        * Stops the web of trust connector and disconnects from the plugin
+        * connector.
+        */
        public void stop() {
                pluginConnector.removeConnectorListener(WOT_PLUGIN_NAME, PLUGIN_CONNECTION_IDENTIFIER, this);
        }
        public void stop() {
                pluginConnector.removeConnectorListener(WOT_PLUGIN_NAME, PLUGIN_CONNECTION_IDENTIFIER, this);
        }