X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FFCPPluginReply.java;h=44e96ba0fc32a8e66db68ff40fb7b864fbce606a;hp=8ce892b1d3fde891e2b05b3d4bfddf905f446b3a;hb=5cf64105e5bd8f1e679dcfe189671e30ac2a653c;hpb=3d9879f268ac491cfc7ce8d6e3030f75ff2cdd44 diff --git a/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java b/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java index 8ce892b..44e96ba 100644 --- a/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java +++ b/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java @@ -61,6 +61,7 @@ public class FCPPluginReply extends BaseMessage implements Identifiable { * * @return The identifier of the request */ + @Override public String getIdentifier() { return getField("Identifier"); }