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/MexicoConabioDistributionImport.java
55 55

  
56 56

  
57 57
    @Override
58
    protected String getWorksheetName() {
58
    protected String getWorksheetName(CONFIG config) {
59 59
        return "DistribucionEstatal";
60 60
    }
61 61

  

Also available in: Unified diff