More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / ModifyPersistentRequest.java
index 767d3e1..cc71829 100644 (file)
@@ -21,7 +21,7 @@ package net.pterodactylus.fcp;
 /**
  * A “ModifyPersistentRequest” is used to modify certain properties of a
  * persistent request while it is running.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class ModifyPersistentRequest extends FcpMessage {
@@ -29,7 +29,7 @@ public class ModifyPersistentRequest extends FcpMessage {
        /**
         * Creates a new “ModifyPersistentRequest” that changes the specified
         * request.
-        * 
+        *
         * @param requestIdentifier
         *            The identifier of the request
         * @param global
@@ -44,7 +44,7 @@ public class ModifyPersistentRequest extends FcpMessage {
 
        /**
         * Sets the new client token of the request.
-        * 
+        *
         * @param newClientToken
         *            The new client token of the request
         */
@@ -54,7 +54,7 @@ public class ModifyPersistentRequest extends FcpMessage {
 
        /**
         * Sets the new priority of the request.
-        * 
+        *
         * @param newPriority
         *            The new priority of the request
         */