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