X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FModifyPersistentRequest.java;h=cc71829360dc90532e5019fa1b5c89f3236f6ad7;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=2a4bc3c5d165da5fc94ce7b671abc9763d3e516e;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ModifyPersistentRequest.java b/src/net/pterodactylus/fcp/ModifyPersistentRequest.java index 2a4bc3c..cc71829 100644 --- a/src/net/pterodactylus/fcp/ModifyPersistentRequest.java +++ b/src/net/pterodactylus/fcp/ModifyPersistentRequest.java @@ -1,6 +1,5 @@ /* - * jSite2 - ModifyPersistentRequest.java - - * Copyright © 2008 David Roden + * jFCPlib - ModifyPersistentRequest.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,16 +21,15 @@ 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> - * @version $Id$ */ public class ModifyPersistentRequest extends FcpMessage { /** * Creates a new “ModifyPersistentRequest” that changes the specified * request. - * + * * @param requestIdentifier * The identifier of the request * @param global @@ -46,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 */ @@ -56,7 +54,7 @@ public class ModifyPersistentRequest extends FcpMessage { /** * Sets the new priority of the request. - * + * * @param newPriority * The new priority of the request */