X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FRemovePersistentRequest.java;h=e5686b97cf556e4bba34b6ac6e8c02557dd24988;hp=859a83d8d113fdf4033b1ae3e021de884b0cc146;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/RemovePersistentRequest.java b/src/net/pterodactylus/fcp/RemovePersistentRequest.java index 859a83d..e5686b9 100644 --- a/src/net/pterodactylus/fcp/RemovePersistentRequest.java +++ b/src/net/pterodactylus/fcp/RemovePersistentRequest.java @@ -22,14 +22,14 @@ package net.pterodactylus.fcp; * The “RemovePersistentRequest” message tells the node to remove a persistent * request, cancelling it first (resulting in a {@link GetFailed} or * {@link PutFailed} message), if necessary. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class RemovePersistentRequest extends FcpMessage { /** * Creates a new “RemovePersistentRequest” message. - * + * * @param identifier * The identifier of the request */ @@ -40,7 +40,7 @@ public class RemovePersistentRequest extends FcpMessage { /** * Sets whether the request is on the global queue. - * + * * @param global * true if the request is on the global queue, * false if it is on the client-local queue