Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / PersistentRequestModified.java
index ea8d1ac..f1d2371 100644 (file)
@@ -24,11 +24,11 @@ package net.pterodactylus.fcp;
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
-public class PersistentRequestModified extends BaseMessage {
+public class PersistentRequestModified extends BaseMessage implements Identifiable {
 
        /**
-        * Creates a new “PersistentRequestModified” message that wraps the received
-        * message.
+        * Creates a new “PersistentRequestModified” message that wraps the
+        * received message.
         *
         * @param receivedMessage
         *            The received message
@@ -42,6 +42,7 @@ public class PersistentRequestModified extends BaseMessage {
         *
         * @return The identifier of the request
         */
+       @Override
        public String getIdentifier() {
                return getField("Identifier");
        }