X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDAResponse.java;h=76660c5d711e38d893b065d20c1d19cc475ba6cc;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=c570e21bbe965f391ef7a049620f0ca7d3a8e7f7;hpb=19b64d7251237d7fae94b152d8a83b346ff77c33;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/TestDDAResponse.java b/src/net/pterodactylus/fcp/TestDDAResponse.java index c570e21..76660c5 100644 --- a/src/net/pterodactylus/fcp/TestDDAResponse.java +++ b/src/net/pterodactylus/fcp/TestDDAResponse.java @@ -1,6 +1,5 @@ /* - * jSite2 - TestDDAResponse.java - - * Copyright © 2008 David Roden + * jFCPlib - TestDDAResponse.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,7 +22,7 @@ package net.pterodactylus.fcp; * A “TestDDAResponse” is sent to let the node know that either created a file * with the content from {@link TestDDAReply#getContentToWrite()} or that you * read the content of the file given by {@link TestDDAReply#getReadFilename()}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class TestDDAResponse extends FcpMessage { @@ -32,7 +31,7 @@ public class TestDDAResponse extends FcpMessage { * Creates a new “TestDDAResponse” message that signals that you created the * file given by {@link TestDDAReply#getWriteFilename()} and wrote the * contents given by {@link TestDDAReply#getContentToWrite()} to it. - * + * * @param directory * The directory from the {@link TestDDARequest} command */ @@ -47,7 +46,7 @@ public class TestDDAResponse extends FcpMessage { * specified that you want to write to the directory) and/or that you read * the file given by {@link TestDDAReply#getReadFilename()} (when you * specified you wanted to read the directory). - * + * * @param directory * The directory from the {@link TestDDARequest} command * @param readContent