X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDARequest.java;h=53b47ee292c2fc162250ffcf0778fe0a36b66cb2;hb=19b64d7251237d7fae94b152d8a83b346ff77c33;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..53b47ee 100644 --- a/src/net/pterodactylus/fcp/TestDDARequest.java +++ b/src/net/pterodactylus/fcp/TestDDARequest.java @@ -23,7 +23,6 @@ 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 { @@ -33,11 +32,9 @@ public class TestDDARequest extends FcpMessage { * @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");