More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / PersistentRequestRemoved.java
index e765461..154c88c 100644 (file)
@@ -21,7 +21,7 @@ package net.pterodactylus.fcp;
 /**
  * A “PersistentRequestRemoved” message signals that a persistent request was
  * removed from either the global or the client-local queue.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class PersistentRequestRemoved extends BaseMessage {
@@ -29,7 +29,7 @@ public class PersistentRequestRemoved extends BaseMessage {
        /**
         * Creates a new “PersistentRequestRemoved” message that wraps the received
         * message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -39,7 +39,7 @@ public class PersistentRequestRemoved extends BaseMessage {
 
        /**
         * Returns the identifier of the request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {
@@ -48,7 +48,7 @@ public class PersistentRequestRemoved extends BaseMessage {
 
        /**
         * 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