Add @Override annotations that are missing for JDK-1.6 compatibility.
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / PluginInfo.java
index 84ddaea..fbce581 100644 (file)
@@ -23,7 +23,7 @@ package net.pterodactylus.fcp;
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
-public class PluginInfo extends BaseMessage {
+public class PluginInfo extends BaseMessage implements Identifiable {
 
        /**
         * Creates a new “PluginInfo” message that wraps the received message.
@@ -49,6 +49,7 @@ public class PluginInfo extends BaseMessage {
         *
         * @return The identifier of the request
         */
+       @Override
        public String getIdentifier() {
                return getField("Identifier");
        }