X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPutSuccessful.java;h=cea36eea7a744ed2a6db3b996208a28ba4597e62;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=7790cd8f1edd17b8be0b9f0bd8aee5269812a424;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/PutSuccessful.java b/src/net/pterodactylus/fcp/PutSuccessful.java index 7790cd8..cea36ee 100644 --- a/src/net/pterodactylus/fcp/PutSuccessful.java +++ b/src/net/pterodactylus/fcp/PutSuccessful.java @@ -1,6 +1,5 @@ /* - * jSite2 - PutSuccessful.java - - * Copyright © 2008 David Roden + * jFCPlib - PutSuccessful.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,15 +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> - * @version $Id$ */ public class PutSuccessful extends BaseMessage { /** * Creates a new “PutSuccessful” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -40,7 +38,7 @@ public class PutSuccessful extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -49,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 */ @@ -59,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() { @@ -68,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 */ @@ -78,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 */