Project

General

Profile

« Previous | Next » 

Revision 9eca8b4a

Added by Andreas Müller over 5 years ago

ref #7420 define WorksheetName as config parameter (needed for Phycobank import)

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/germanSL/GermanSLTaxonRelationImport.java
38 38
    public static final String TAXON_NAMESPACE = "1.3.4";
39 39

  
40 40
    @Override
41
    protected String getWorksheetName() {
41
    protected String getWorksheetName(GermanSLImportConfigurator config) {
42 42
        return "1.3.4";
43 43
    }
44 44

  

Also available in: Unified diff