X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPutFetchable.java;h=0c4e9413bfd53d204093f1cffae6c15786838770;hp=7819bfa2830df4875ab5b7c7dfb7d41a7129bb5d;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/PutFetchable.java b/src/net/pterodactylus/fcp/PutFetchable.java index 7819bfa..0c4e941 100644 --- a/src/net/pterodactylus/fcp/PutFetchable.java +++ b/src/net/pterodactylus/fcp/PutFetchable.java @@ -22,14 +22,14 @@ package net.pterodactylus.fcp; * The “PutFetchable” message informs a client that a {@link ClientPut} request * has progressed far enough that the resulting final URI might already be * fetchable. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class PutFetchable extends BaseMessage { /** * Creates a new “PutFetchable” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -39,7 +39,7 @@ public class PutFetchable extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -48,7 +48,7 @@ public class PutFetchable 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 the client-local queue */ @@ -58,7 +58,7 @@ public class PutFetchable extends BaseMessage { /** * Returns the URI of the request. - * + * * @return The URI of the request */ public String getURI() {