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