Project

General

Profile

« Previous | Next » 

Revision 1322f8c9

Added by Patrick Plitzner over 6 years ago

Fix typo

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTermBase.java
163 163
//    @Cascade({CascadeType.SAVE_UPDATE,CascadeType.MERGE})  remove cascading #5754
164 164
    protected TermVocabulary<T> vocabulary;
165 165

  
166
    //the unique iedentifier/name this term uses in its given vocabulary #3479
166
    //the unique identifier/name this term uses in its given vocabulary #3479
167 167
    @XmlElement(name = "idInVocabulary")
168 168
    @Column(length=255)
169 169
    //TODO Val #3379, #4245

Also available in: Unified diff