Project

General

Profile

« Previous | Next » 

Revision 2efce339

Added by Andreas Müller almost 2 years ago

ref #10090, ref #10089 try to avoid LIE in TypeDesignationSet

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/name/TypeDesignationSet.java
57 57

  
58 58
    public TypeDesignationSet(VersionableEntity baseEntity) {
59 59
        this.baseEntity = baseEntity;
60
        //init base entity label to avoid LazyInitializationExceptions
61
        TypeDesignationSetFormatter.entityLabel(baseEntity);
60 62
    }
61 63

  
62 64
// ***********************************************************************/

Also available in: Unified diff