More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / TestDDAReply.java
index 77aba45..bf102d6 100644 (file)
@@ -24,14 +24,14 @@ package net.pterodactylus.fcp;
  * {@link #getReadFilename()} will give you a filename. Similarly, if you
  * specified that you want to write in the directory {@link #getWriteFilename()}
  * will give you a filename to write {@link #getContentToWrite()} to.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class TestDDAReply extends BaseMessage {
 
        /**
         * Creates a “TestDDAReply” message that wraps the received message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -41,7 +41,7 @@ public class TestDDAReply extends BaseMessage {
 
        /**
         * Returns the directory the TestDDRequest was made for.
-        * 
+        *
         * @return The directory to test
         */
        public String getDirectory() {
@@ -51,7 +51,7 @@ public class TestDDAReply extends BaseMessage {
        /**
         * Returns the filename you have to read to proof your ability to read that
         * specific directory.
-        * 
+        *
         * @return The name of the file to read
         */
        public String getReadFilename() {
@@ -61,7 +61,7 @@ public class TestDDAReply extends BaseMessage {
        /**
         * Returns the filename you have to write to to proof your ability to write
         * to that specific directory.
-        * 
+        *
         * @return The name of the file write to
         */
        public String getWriteFilename() {
@@ -72,7 +72,7 @@ public class TestDDAReply extends BaseMessage {
         * If you requested a test for writing permissions you have to write the
         * return value of this method to the file given by
         * {@link #getWriteFilename()}.
-        * 
+        *
         * @return The content to write to the file
         */
        public String getContentToWrite() {