Project

General

Profile

« Previous | Next » 

Revision 5ec402ba

Added by Andreas Müller about 5 years ago

adapt GermanSLImporBase inheritance

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/redlist/germanSL/GermanSLTaxonRelationImport.java
29 29
 *
30 30
 */
31 31
@Component
32
public class GermanSLTaxonRelationImport extends GermanSLImporBase {
32
public class GermanSLTaxonRelationImport extends GermanSLTaxonImport {
33 33

  
34 34
    private static final long serialVersionUID = 3381597141845204995L;
35 35

  
......
56 56
        String acceptedStr = getValue(record, GermanSLTaxonImport.VALID_NR);
57 57
        String idStr = getValue(record, GermanSLTaxonImport.SPECIES_NR);
58 58
        String statusStr = getValue(record, GermanSLTaxonImport.SYNONYM);
59
        NameResult nameResult = GermanSLTaxonImport.makeName (line, record, state);
59
        NameResult nameResult = makeName (line, record, state);
60 60

  
61 61
        Classification classification = getClassification(state);
62 62
        TaxonBase<?> taxonBase = GermanSLTaxonImport.taxonIdMap.get(idStr);

Also available in: Unified diff