#5297 Implement monitor feedback, Add corresponding tests
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / io / ImportManager.java
index f2dcc01409d1d9fd69e6ac37dcdbef3df4aa74ea..abdad0532f4d722ea341fd18461b976eb3a0e612 100644 (file)
@@ -241,7 +241,8 @@ public class ImportManager extends AbstractIOManager<IImportConfigurator> implem
                         uuid,
                         1000,
                         false,
-                        ImportManager.this);
+                        ImportManager.this,
+                        null);
             }
         });