Adapting to API changes
authorn.hoffmann <n.hoffmann@localhost>
Thu, 5 May 2011 09:01:05 +0000 (09:01 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 5 May 2011 09:01:05 +0000 (09:01 +0000)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/DarwinCoreArchiveExportWizard.java

index a7691d92f7774e1f93b2dd440bbc16e1e2b037bb..83c653fb0f5442eab4abd419062772a9de081280 100644 (file)
@@ -37,7 +37,7 @@ public class DarwinCoreArchiveExportWizard extends
         */
        @Override
        public void init(IWorkbench workbench, IStructuredSelection selection) {
         */
        @Override
        public void init(IWorkbench workbench, IStructuredSelection selection) {
-               configurator = DwcaTaxExportConfigurator.NewInstance(null, null, null);
+               configurator = DwcaTaxExportConfigurator.NewInstance(null, null);
        }
 
        /*
        }
 
        /*