Add @Override annotations that are missing for JDK-1.6 compatibility.
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FCPPluginReply.java
index 8ce892b..44e96ba 100644 (file)
@@ -61,6 +61,7 @@ public class FCPPluginReply extends BaseMessage implements Identifiable {
         *
         * @return The identifier of the request
         */
+       @Override
        public String getIdentifier() {
                return getField("Identifier");
        }