X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPutFetchable.java;h=0c4e9413bfd53d204093f1cffae6c15786838770;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=dca0d52bf27e3401c8df27aa7486177ce92ce9a4;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/PutFetchable.java b/src/net/pterodactylus/fcp/PutFetchable.java index dca0d52..0c4e941 100644 --- a/src/net/pterodactylus/fcp/PutFetchable.java +++ b/src/net/pterodactylus/fcp/PutFetchable.java @@ -1,6 +1,5 @@ /* - * jSite2 - PutFetchable.java - - * Copyright © 2008 David Roden + * jFCPlib - PutFetchable.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 @@ -23,15 +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> - * @version $Id$ */ public class PutFetchable extends BaseMessage { /** * Creates a new “PutFetchable” message that wraps the received message. - * + * * @param receivedMessage * The received message */ @@ -41,7 +39,7 @@ public class PutFetchable extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -50,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 */ @@ -60,7 +58,7 @@ public class PutFetchable extends BaseMessage { /** * Returns the URI of the request. - * + * * @return The URI of the request */ public String getURI() {