Project

General

Profile

« Previous | Next » 

Revision 9dbe8889

Added by Andreas Müller over 2 years ago

ref #9890 move importDeduplicationHelper to import state and include state in helper (cont.) - appimport

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/lichenes/LichenesGeneraTaxonImport.java
398 398
    }
399 399

  
400 400
    private void replaceNameAuthorsAndReferences(SimpleExcelTaxonImportState<CONFIG> state, INonViralName name) {
401
        state.getDeduplicationHelper().replaceAuthorNamesAndNomRef(state, name);
401
        state.getDeduplicationHelper().replaceAuthorNamesAndNomRef(name);
402 402
    }
403 403

  
404 404
    @Override

Also available in: Unified diff