X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPutSuccessful.java;h=cea36eea7a744ed2a6db3b996208a28ba4597e62;hp=6352f395c8ea46b197dcfd09c56f8371fbfc292b;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/PutSuccessful.java b/src/net/pterodactylus/fcp/PutSuccessful.java index 6352f39..cea36ee 100644 --- a/src/net/pterodactylus/fcp/PutSuccessful.java +++ b/src/net/pterodactylus/fcp/PutSuccessful.java @@ -21,14 +21,14 @@ package net.pterodactylus.fcp; /** * The “PutSuccessful” message informs a client about a successfully finished * {@link ClientPut} (or similar) request. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class PutSuccessful extends BaseMessage { /** * Creates a new “PutSuccessful” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -38,7 +38,7 @@ public class PutSuccessful extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -47,7 +47,7 @@ public class PutSuccessful 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 */ @@ -57,7 +57,7 @@ public class PutSuccessful extends BaseMessage { /** * Returns the final URI of the {@link ClientPut} request. - * + * * @return The final URI of the request */ public String getURI() { @@ -66,7 +66,7 @@ public class PutSuccessful extends BaseMessage { /** * Returns the time the insert started. - * + * * @return The time the insert started (in milliseconds since Jan 1, 1970 * UTC), or -1 if the time could not be parsed */ @@ -76,7 +76,7 @@ public class PutSuccessful extends BaseMessage { /** * Returns the time the insert completed. - * + * * @return The time the insert completed (in milliseconds since Jan 1, 1970 * UTC), or -1 if the time could not be parsed */