More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / PutFetchable.java
index 7819bfa..0c4e941 100644 (file)
@@ -22,14 +22,14 @@ package net.pterodactylus.fcp;
  * The “PutFetchable” message informs a client that a {@link ClientPut} request
  * has progressed far enough that the resulting final URI might already be
  * fetchable.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class PutFetchable extends BaseMessage {
 
        /**
         * Creates a new “PutFetchable” message that wraps the received message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */
@@ -39,7 +39,7 @@ public class PutFetchable extends BaseMessage {
 
        /**
         * Returns the identifier of the request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {
@@ -48,7 +48,7 @@ public class PutFetchable extends BaseMessage {
 
        /**
         * Returns whether the request is on the global queue.
-        * 
+        *
         * @return <code>true</code> if the request is on the global queue,
         *         <code>false</code> if it is on the client-local queue
         */
@@ -58,7 +58,7 @@ public class PutFetchable extends BaseMessage {
 
        /**
         * Returns the URI of the request.
-        * 
+        *
         * @return The URI of the request
         */
        public String getURI() {