Formatting fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / TestDDARequest.java
index 328c65e..53b47ee 100644 (file)
@@ -32,11 +32,9 @@ public class TestDDARequest extends FcpMessage {
         * @param directory
         *            The directory you want to access files in
         * @param wantReadDirectory
-        *            <code>true</code> if you want to read files from the
-        *            directory
+        *            <code>true</code> if you want to read files from the directory
         * @param wantWriteDirectory
-        *            <code>true</code> if you want to write files to the
-        *            directory
+        *            <code>true</code> if you want to write files to the directory
         */
        public TestDDARequest(String directory, boolean wantReadDirectory, boolean wantWriteDirectory) {
                super("TestDDARequest");