Fix most irregularities found by conversion tests
[nikiroo-utils.git] / src / be / nikiroo / fanfix / supported / BasicSupport_Deprecated.java
index 591ba58d1f630727283762de72f9c27a0e4df664..e22724a20aad5634fb38523dac7d9ddc231cf25f 100644 (file)
@@ -75,7 +75,6 @@ public abstract class BasicSupport_Deprecated extends BasicSupport {
                throw new RuntimeException("should not be used by legacy code");
        }
 
-       @Override
        public Story process(Progress pg) throws IOException {
                return process(getSource(), pg);
        }