Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / TestDDAResponse.java
index 9cbbeeb..b82ef66 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - TestDDAResponse.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - TestDDAResponse.java - Copyright © 2008 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -51,8 +50,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");