X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FGetRequestStatus.java;h=5e2d63b45c0ef9e455153c0e7d7e91d9c607124d;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=3941df65238c15ff7361d8697824cd1ca52a8c4f;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/GetRequestStatus.java b/src/net/pterodactylus/fcp/GetRequestStatus.java index 3941df6..5e2d63b 100644 --- a/src/net/pterodactylus/fcp/GetRequestStatus.java +++ b/src/net/pterodactylus/fcp/GetRequestStatus.java @@ -1,6 +1,5 @@ /* - * jSite2 - GetRequestStatus.java - - * Copyright © 2008 David Roden + * jFCPlib - GetRequestStatus.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 “GetRequestStatus” message is used request status information about a * running request. It is also the only way to trigger a download of a persisted * completed {@link ClientGet} with a return type of {@link ReturnType#direct}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class GetRequestStatus extends FcpMessage { /** * Creates a new “GetRequestStatus” message. - * + * * @param identifier * The identifier of the request */ @@ -42,7 +40,7 @@ public class GetRequestStatus extends FcpMessage { /** * Sets whether the request is on the global queue. - * + * * @param global * true if the request is on the global queue, * false if it is on the client-local queue @@ -54,7 +52,7 @@ public class GetRequestStatus extends FcpMessage { /** * Sets whether the omit the transmission of the request data in a * {@link AllData} message. - * + * * @param onlyData * true to skip transmission of data, * false to download data