Formatting fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / TestDDAResponse.java
index cb452f7..c570e21 100644 (file)
@@ -25,7 +25,6 @@ package net.pterodactylus.fcp;
  * read the content of the file given by {@link TestDDAReply#getReadFilename()}.
  * 
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class TestDDAResponse extends FcpMessage {
 
@@ -52,8 +51,8 @@ public class TestDDAResponse extends FcpMessage {
         * @param directory
         *            The directory from the {@link TestDDARequest} command
         * @param readContent
-        *            The read content, or <code>null</code> if you did not
-        *            request read access
+        *            The read content, or <code>null</code> if you did not request
+        *            read access
         */
        public TestDDAResponse(String directory, String readContent) {
                super("TestDDAResponse");