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