Add @Override annotations that are missing for JDK-1.6 compatibility.
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FCPPluginReply.java
index c3b5281..44e96ba 100644 (file)
@@ -29,7 +29,7 @@ import java.util.Map.Entry;
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
-public class FCPPluginReply extends BaseMessage {
+public class FCPPluginReply extends BaseMessage implements Identifiable {
 
        /** The payload input stream. */
        private final InputStream payloadInputStream;
@@ -61,6 +61,7 @@ public class FCPPluginReply extends BaseMessage {
         *
         * @return The identifier of the request
         */
+       @Override
        public String getIdentifier() {
                return getField("Identifier");
        }