Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / PersistentRequestModified.java
index 2973639..f1d2371 100644 (file)
@@ -27,8 +27,8 @@ package net.pterodactylus.fcp;
 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 implements Identifiab
         *
         * @return The identifier of the request
         */
+       @Override
        public String getIdentifier() {
                return getField("Identifier");
        }