Project

General

Profile

« Previous | Next » 

Revision 539b7820

Added by Andreas Müller over 5 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/mexico/MexicoConabioCommonNamesImport.java
58 58
        initTaxa();
59 59

  
60 60
        String line = state.getCurrentLine() + ": ";
61
        HashMap<String, String> record = state.getOriginalRecord();
61
        Map<String, String> record = state.getOriginalRecord();
62 62

  
63 63
        String idCat = getValue(record, "IdCAT");
64 64
        Taxon taxon = taxonIdMap.get(idCat);
......
194 194
        }
195 195
    }
196 196

  
197
    private String getValueNd(HashMap<String, String> record, String string) {
197
    private String getValueNd(Map<String, String> record, String string) {
198 198
        String value = getValue(record, string);
199 199
        if ("ND".equals(value)){
200 200
            return null;

Also available in: Unified diff