X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPersistentRequestModified.java;h=ea8d1acdf60be236245107470ec9e1395fbaae8f;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=ac1e4b3612dc40bbf56702fa74744b9af99ea8a8;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/PersistentRequestModified.java b/src/net/pterodactylus/fcp/PersistentRequestModified.java index ac1e4b3..ea8d1ac 100644 --- a/src/net/pterodactylus/fcp/PersistentRequestModified.java +++ b/src/net/pterodactylus/fcp/PersistentRequestModified.java @@ -1,6 +1,5 @@ /* - * jSite2 - PersistentRequestModified.java - - * Copyright © 2008 David Roden + * jFCPlib - PersistentRequestModified.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,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 { @@ -30,7 +29,7 @@ public class PersistentRequestModified extends BaseMessage { /** * Creates a new “PersistentRequestModified” message that wraps the received * message. - * + * * @param receivedMessage * The received message */ @@ -40,7 +39,7 @@ public class PersistentRequestModified extends BaseMessage { /** * Returns the identifier of the changed request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -49,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 */ @@ -59,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 */ @@ -69,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 */