More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / RemovePersistentRequest.java
index 859a83d..e5686b9 100644 (file)
@@ -22,14 +22,14 @@ package net.pterodactylus.fcp;
  * The “RemovePersistentRequest” message tells the node to remove a persistent
  * request, cancelling it first (resulting in a {@link GetFailed} or
  * {@link PutFailed} message), if necessary.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class RemovePersistentRequest extends FcpMessage {
 
        /**
         * Creates a new “RemovePersistentRequest” message.
-        * 
+        *
         * @param identifier
         *            The identifier of the request
         */
@@ -40,7 +40,7 @@ public class RemovePersistentRequest extends FcpMessage {
 
        /**
         * Sets whether the request is on the global queue.
-        * 
+        *
         * @param global
         *            <code>true</code> if the request is on the global queue,
         *            <code>false</code> if it is on the client-local queue