X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPersistentRequestModified.java;h=ea8d1acdf60be236245107470ec9e1395fbaae8f;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=699daa4870a6e15b02c23077dd7ca150d4acd815;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/PersistentRequestModified.java b/src/net/pterodactylus/fcp/PersistentRequestModified.java index 699daa4..ea8d1ac 100644 --- a/src/net/pterodactylus/fcp/PersistentRequestModified.java +++ b/src/net/pterodactylus/fcp/PersistentRequestModified.java @@ -21,7 +21,7 @@ package net.pterodactylus.fcp; /** * The “PersistentRequestModified” message is a reply to * {@link ModifyPersistentRequest}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class PersistentRequestModified extends BaseMessage { @@ -29,7 +29,7 @@ public class PersistentRequestModified extends BaseMessage { /** * Creates a new “PersistentRequestModified” message that wraps the received * message. - * + * * @param receivedMessage * The received message */ @@ -39,7 +39,7 @@ public class PersistentRequestModified extends BaseMessage { /** * Returns the identifier of the changed request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -48,7 +48,7 @@ public class PersistentRequestModified extends BaseMessage { /** * Returns whether the request is on the global queue. - * + * * @return true if the request is on the global queue, * false if it is on a client-local queue */ @@ -58,7 +58,7 @@ public class PersistentRequestModified extends BaseMessage { /** * Returns the client token, if it was changed. - * + * * @return The new client token, or null if the client token * was not changed */ @@ -68,7 +68,7 @@ public class PersistentRequestModified extends BaseMessage { /** * Returns the priority of the request, if it was changed. - * + * * @return The new priority of the request, or {@link Priority#unknown} if * the priority was not changed */