More whitespace fixes.
[jFCPlib.git] / src / net / pterodactylus / fcp / EndListPersistentRequests.java
index 81d72dc..893f2f1 100644 (file)
@@ -21,7 +21,7 @@ package net.pterodactylus.fcp;
 /**
  * The “EndListPersistentRequests” message signals the end of a list of
  * {@link PersistentGet} and {@link PersistentPut} requests.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class EndListPersistentRequests extends BaseMessage {
@@ -29,7 +29,7 @@ public class EndListPersistentRequests extends BaseMessage {
        /**
         * Creates a new “EndListPersistentRequests” message that wraps the received
         * message.
-        * 
+        *
         * @param receivedMessage
         *            The received message
         */