X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FFCPPluginReply.java;h=44e96ba0fc32a8e66db68ff40fb7b864fbce606a;hb=5cf64105e5bd8f1e679dcfe189671e30ac2a653c;hp=c3b5281bba8b81de42224eaf0c269021f5de81ce;hpb=508624458578f01a393f8b44f32b98b40054fdc8;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java b/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java index c3b5281..44e96ba 100644 --- a/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java +++ b/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java @@ -29,7 +29,7 @@ import java.util.Map.Entry; * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ -public class FCPPluginReply extends BaseMessage { +public class FCPPluginReply extends BaseMessage implements Identifiable { /** The payload input stream. */ private final InputStream payloadInputStream; @@ -61,6 +61,7 @@ public class FCPPluginReply extends BaseMessage { * * @return The identifier of the request */ + @Override public String getIdentifier() { return getField("Identifier"); }