Project

General

Profile

« Previous | Next » 

Revision 37f2b410

Added by Katja Luther almost 3 years ago

ref #8776: fix contains duplicates in dto

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/AbstractTermDto.java
111 111
        this.representation_L10n_text = representation_L10n_text;
112 112
    }
113 113

  
114

  
114 115
    public UUID getUuid() {
115 116
        return uuid;
116 117
    }
......
154 155
        return null;
155 156
    }
156 157

  
158

  
157 159
    public String getTitleCache() {
158 160
        return titleCache;
159 161
    }

Also available in: Unified diff