More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / GetRequestStatus.java
index b4a677f..5e2d63b 100644 (file)
@@ -22,14 +22,14 @@ package net.pterodactylus.fcp;
  * The “GetRequestStatus” message is used request status information about a
  * running request. It is also the only way to trigger a download of a persisted
  * completed {@link ClientGet} with a return type of {@link ReturnType#direct}.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class GetRequestStatus extends FcpMessage {
 
        /**
         * Creates a new “GetRequestStatus” message.
-        * 
+        *
         * @param identifier
         *            The identifier of the request
         */
@@ -40,7 +40,7 @@ public class GetRequestStatus 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
@@ -52,7 +52,7 @@ public class GetRequestStatus extends FcpMessage {
        /**
         * Sets whether the omit the transmission of the request data in a
         * {@link AllData} message.
-        * 
+        *
         * @param onlyData
         *            <code>true</code> to skip transmission of data,
         *            <code>false</code> to download data