X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FPersistentRequestRemoved.java;h=becf34685367b7db012a2851bbd8fb3e73ca51aa;hb=5cf64105e5bd8f1e679dcfe189671e30ac2a653c;hp=5783470da43d89beeb811e0673ef41b5bf748751;hpb=97f432ee0c2189a2c540e365e37daa11d9a591b1;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/PersistentRequestRemoved.java b/src/main/java/net/pterodactylus/fcp/PersistentRequestRemoved.java index 5783470..becf346 100644 --- a/src/main/java/net/pterodactylus/fcp/PersistentRequestRemoved.java +++ b/src/main/java/net/pterodactylus/fcp/PersistentRequestRemoved.java @@ -42,6 +42,7 @@ public class PersistentRequestRemoved extends BaseMessage implements Identifiabl * * @return The identifier of the request */ + @Override public String getIdentifier() { return getField("Identifier"); }