Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / PersistentPutDir.java
index bf9f1aa..47c3d8d 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - PersistentPutDir.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - PersistentPutDir.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
@@ -101,10 +100,8 @@ public class PersistentPutDir extends BaseMessage {
         */
        public int getFileCount() {
                int fileCount = -1;
-               while (getField("Files." + ++fileCount + ".UploadFrom") != null) { /*
-                                                                                                                                                        * do
-                                                                                                                                                        * nothing.
-                                                                                                                                                        */
+               while (getField("Files." + ++fileCount + ".UploadFrom") != null) {
+                       /* do nothing. */
                }
                return fileCount;
        }