X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FPersistentRequestRemoved.java;h=c9ec8263e855388162fe753aa3fd17d29851809f;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;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..c9ec826 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"); } @@ -50,8 +51,8 @@ public class PersistentRequestRemoved extends BaseMessage implements Identifiabl * Returns whether the request was removed from the global queue. * * @return true if the request was removed from the global - * queue, false if it was removed from the client-local - * queue + * queue, false if it was removed from the + * client-local queue */ public boolean isGlobal() { return Boolean.valueOf(getField("Global"));