X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FTestDDAResponse.java;h=2d6d2a4ecf7aba37b1b32227a78987e716d5e2af;hp=76660c5d711e38d893b065d20c1d19cc475ba6cc;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/TestDDAResponse.java b/src/main/java/net/pterodactylus/fcp/TestDDAResponse.java index 76660c5..2d6d2a4 100644 --- a/src/main/java/net/pterodactylus/fcp/TestDDAResponse.java +++ b/src/main/java/net/pterodactylus/fcp/TestDDAResponse.java @@ -21,15 +21,16 @@ 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()}. + * read the content of the file given by {@link TestDDAReply#getReadFilename()} + * . * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ 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 + * 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 @@ -40,11 +41,11 @@ public class TestDDAResponse extends FcpMessage { } /** - * Creates a new “TestDDAResponse” message that signals that you created the - * file given by {@link TestDDAReply#getWriteFilename()} with the contents - * given by {@link TestDDAReply#getContentToWrite()} to it (when you - * specified that you want to write to the directory) and/or that you read - * the file given by {@link TestDDAReply#getReadFilename()} (when you + * Creates a new “TestDDAResponse” message that signals that you created + * the file given by {@link TestDDAReply#getWriteFilename()} with the + * contents given by {@link TestDDAReply#getContentToWrite()} to it (when + * you 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