X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FPersistentPutDir.java;h=47c3d8d0da19d9bb18bfb500b020235e6997e694;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=bf9f1aa15de81e6d225a972ead5273740ef7bea0;hpb=450cca137543c1d8adfdca98b410dfefeb6256cf;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/PersistentPutDir.java b/src/net/pterodactylus/fcp/PersistentPutDir.java index bf9f1aa..47c3d8d 100644 --- a/src/net/pterodactylus/fcp/PersistentPutDir.java +++ b/src/net/pterodactylus/fcp/PersistentPutDir.java @@ -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; }