X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDAResponse.java;h=76660c5d711e38d893b065d20c1d19cc475ba6cc;hp=b82ef66056fd41f7c007b2169dbb023c95d95808;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/TestDDAResponse.java b/src/net/pterodactylus/fcp/TestDDAResponse.java index b82ef66..76660c5 100644 --- a/src/net/pterodactylus/fcp/TestDDAResponse.java +++ b/src/net/pterodactylus/fcp/TestDDAResponse.java @@ -22,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 { @@ -31,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 */ @@ -46,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