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