Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / PersistentRequestRemoved.java
index becf346..c9ec826 100644 (file)
@@ -51,8 +51,8 @@ public class PersistentRequestRemoved extends BaseMessage implements Identifiabl
         * Returns whether the request was removed from the global queue.
         *
         * @return <code>true</code> if the request was removed from the global
-        *         queue, <code>false</code> if it was removed from the client-local
-        *         queue
+        *         queue, <code>false</code> if it was removed from the
+        *         client-local queue
         */
        public boolean isGlobal() {
                return Boolean.valueOf(getField("Global"));