Remove unused method.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 6 Nov 2013 05:27:40 +0000 (06:27 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 28 Feb 2014 21:25:54 +0000 (22:25 +0100)
src/main/java/net/pterodactylus/sone/freenet/plugin/PluginConnector.java

index 32399c6..322b0d3 100644 (file)
@@ -70,22 +70,6 @@ public class PluginConnector implements FredPluginTalker {
         *            The identifier of the connection
         * @param fields
         *            The fields of the message
-        * @throws PluginException
-        *             if the plugin can not be found
-        */
-       public void sendRequest(String pluginName, String identifier, SimpleFieldSet fields) throws PluginException {
-               sendRequest(pluginName, identifier, fields, null);
-       }
-
-       /**
-        * Sends a request to the given plugin.
-        *
-        * @param pluginName
-        *            The name of the plugin
-        * @param identifier
-        *            The identifier of the connection
-        * @param fields
-        *            The fields of the message
         * @param data
         *            The payload of the message (may be null)
         * @throws PluginException