Project

General

Profile

« Previous | Next » 

Revision 8072bd02

Added by Andreas Müller about 7 years ago

ref #6419 adapt to CdmRepository in cdmlib-app

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/proibiosphere/TaxonXImportLauncher.java
127 127
                    log.info("End import from SpecimenData ("+ source.toString() + ")...");
128 128

  
129 129
                    //          //deduplicate
130
                    //            ICdmApplicationConfiguration app = taxonImport.getCdmAppController();
130
                    //            ICdmRepository app = taxonImport.getCdmAppController();
131 131
                    //            int count = app.getAgentService().deduplicate(Person.class, null, null);
132 132
                    //            logger.warn("Deduplicated " + count + " persons.");
133 133
                    //            count = app.getReferenceService().deduplicate(Reference.class, null, null);

Also available in: Unified diff