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/mexico/MexicoConabioTaxonImport.java
67 67
    public static final String TAXON_NAMESPACE = "Taxonomia";
68 68

  
69 69
    @Override
70
    protected String getWorksheetName() {
70
    protected String getWorksheetName(CONFIG  config) {
71 71
        return "Taxonomia";
72 72
    }
73 73

  

Also available in: Unified diff