X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDARequest.java;h=89a0202e3aa5189f1ca2737ae1d7b9cfd402e133;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=67e5816b6778c90dc0bd4ab2fac41b706cf4d093;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/TestDDARequest.java b/src/net/pterodactylus/fcp/TestDDARequest.java index 67e5816..89a0202 100644 --- a/src/net/pterodactylus/fcp/TestDDARequest.java +++ b/src/net/pterodactylus/fcp/TestDDARequest.java @@ -1,6 +1,5 @@ /* - * jSite2 - TestDDARequest.java - - * Copyright © 2008 David Roden + * jFCPlib - TestDDARequest.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 @@ -21,23 +20,20 @@ package net.pterodactylus.fcp; /** * The “TestDDARequest” initiates a DDA test sequence. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class TestDDARequest extends FcpMessage { /** * Creates a new “TestDDARequest” command that initiates a DDA test. - * + * * @param directory * The directory you want to access files in * @param wantReadDirectory - * true if you want to read files from the - * directory + * true if you want to read files from the directory * @param wantWriteDirectory - * true if you want to write files to the - * directory + * true if you want to write files to the directory */ public TestDDARequest(String directory, boolean wantReadDirectory, boolean wantWriteDirectory) { super("TestDDARequest");