More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / TestDDAResponse.java
index b82ef66..76660c5 100644 (file)
@@ -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