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