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