Project

General

Profile

« Previous | Next » 

Revision d7909683

Added by Andreas Müller over 5 years ago

ref #6682 further fixes for taxon relationship service

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/TermDto.java
41 41
        this.uuid = uuid;
42 42
        this.partOfUuid = partOfUuid;
43 43
        this.vocabularyUuid = vocabularyUuid;
44
        this.setOrderIndex(orderIndex);
44
        this.orderIndex = orderIndex;
45 45
    }
46 46

  
47 47
    static public TermDto fromNamedArea(NamedArea namedArea) {

Also available in: Unified diff