Fix most irregularities found by conversion tests
[fanfix.git] / src / be / nikiroo / fanfix / supported / Cbz.java
index ca0f48d2df6a0fc75d93b2bbf0fb705799420877..9d71046e3e8afd69f28da7cded27ae0b61964156 100644 (file)
@@ -58,7 +58,7 @@ class Cbz extends Epub {
        }
 
        @Override
-       public Story process(Progress pg) throws IOException {
+       public Story doProcess(Progress pg) throws IOException {
                if (pg == null) {
                        pg = new Progress();
                } else {