X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fplugin%2FPluginConnector.java;h=322b0d32742f18fc99c23b133be96040bb077fb7;hb=05545cce35fbb9d5f066bb9043dfbdd87da508a9;hp=32399c64298c7d0051fe3cfaccf24a4e164d8ce5;hpb=3d078aa0e56e240852dc7b5378a98a3b054109a4;p=Sone.git 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