Project

General

Profile

« Previous | Next » 

Revision f3e8262d

Added by Andreas Kohlbecker about 9 years ago

correct handling of terms with multiple representations

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/TermDto.java
119 119
        return partOfUuid;
120 120
    }
121 121

  
122
    /**
123
     * @param representation
124
     */
125
    public void addRepresentation(Representation representation) {
126
        representations.add(representation);
127

  
128
    }
129

  
122 130
}

Also available in: Unified diff