X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPutFetchable.java;h=0c4e9413bfd53d204093f1cffae6c15786838770;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=1b49670f48b845f845a86540d8d138cbe649051f;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/PutFetchable.java b/src/net/pterodactylus/fcp/PutFetchable.java index 1b49670..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,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 */ @@ -40,7 +39,7 @@ public class PutFetchable extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() { @@ -49,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 */ @@ -59,7 +58,7 @@ public class PutFetchable extends BaseMessage { /** * Returns the URI of the request. - * + * * @return The URI of the request */ public String getURI() {