Project

General

Profile

« Previous | Next » 

Revision e041d745

Added by unknown about 7 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/mexico/SimpleExcelTaxonImport.java
71 71
     * The value is trimmed and empty values are set to <code>null</code>.
72 72
     * @param record
73 73
     * @param originalKey
74
     * @return
74
     * @return the value
75 75
     */
76 76
    protected String getValue(Map<String, String> record, String originalKey) {
77 77
        String value = record.get(originalKey);

Also available in: Unified diff