From: David ‘Bombe’ Roden Date: Wed, 6 Nov 2013 05:27:40 +0000 (+0100) Subject: Remove unused method. X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=05545cce35fbb9d5f066bb9043dfbdd87da508a9 Remove unused method. --- diff --git a/src/main/java/net/pterodactylus/sone/freenet/plugin/PluginConnector.java b/src/main/java/net/pterodactylus/sone/freenet/plugin/PluginConnector.java index 32399c6..322b0d3 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/plugin/PluginConnector.java +++ b/src/main/java/net/pterodactylus/sone/freenet/plugin/PluginConnector.java @@ -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