X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FModifyPersistentRequest.java;h=cc71829360dc90532e5019fa1b5c89f3236f6ad7;hp=767d3e1318401a94febb750bce3cc9436c32f6f1;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/ModifyPersistentRequest.java b/src/net/pterodactylus/fcp/ModifyPersistentRequest.java index 767d3e1..cc71829 100644 --- a/src/net/pterodactylus/fcp/ModifyPersistentRequest.java +++ b/src/net/pterodactylus/fcp/ModifyPersistentRequest.java @@ -21,7 +21,7 @@ package net.pterodactylus.fcp; /** * A “ModifyPersistentRequest” is used to modify certain properties of a * persistent request while it is running. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class ModifyPersistentRequest extends FcpMessage { @@ -29,7 +29,7 @@ public class ModifyPersistentRequest extends FcpMessage { /** * Creates a new “ModifyPersistentRequest” that changes the specified * request. - * + * * @param requestIdentifier * The identifier of the request * @param global @@ -44,7 +44,7 @@ public class ModifyPersistentRequest extends FcpMessage { /** * Sets the new client token of the request. - * + * * @param newClientToken * The new client token of the request */ @@ -54,7 +54,7 @@ public class ModifyPersistentRequest extends FcpMessage { /** * Sets the new priority of the request. - * + * * @param newPriority * The new priority of the request */