Project

General

Profile

« Previous | Next » 

Revision 64cf9d1d

Added by Andreas Müller about 5 years ago

ref #6794 fix early setting of termType during term loading

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonRelationshipType.java
625 625
	}
626 626

  
627 627
    @Override
628
    public TaxonRelationshipType readCsvLine(Class<TaxonRelationshipType> termClass, List<String> csvLine, Map<UUID,DefinedTermBase> terms, boolean abbrevAsId) {
629
        TaxonRelationshipType newInstance = super.readCsvLine(termClass, csvLine, terms, abbrevAsId);
628
    public TaxonRelationshipType readCsvLine(Class<TaxonRelationshipType> termClass, List<String> csvLine, TermType termType,
629
            Map<UUID,DefinedTermBase> terms, boolean abbrevAsId) {
630
        TaxonRelationshipType newInstance = super.readCsvLine(termClass, csvLine, termType, terms, abbrevAsId);
630 631

  
631 632
        newInstance.setSymbol(newInstance.getIdInVocabulary());
632 633
        String inverseLabelAbbrev = csvLine.get(7).trim();

Also available in: Unified diff