Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / ClientPutDiskDir.java
index 540e088..f52c5cc 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - ClientPutDiskDir.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - ClientPutDiskDir.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
@@ -106,8 +105,8 @@ public class ClientPutDiskDir extends FcpMessage {
         * already been compressed.
         * 
         * @param dontCompress
-        *            <code>true</code> to skip compression of the data in the
-        *            node, <code>false</code> to allow compression
+        *            <code>true</code> to skip compression of the data in the node,
+        *            <code>false</code> to allow compression
         */
        public void setDontCompress(boolean dontCompress) {
                setField("DontCompress", String.valueOf(dontCompress));