Project

General

Profile

« Previous | Next » 

Revision 7c5f89b4

Added by Katja Luther over 3 years ago

ref #8774: avoid NPE in termNodeDto

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dto/TermTreeDto.java
55 55
    }
56 56

  
57 57
    public boolean removeChild(TermNodeDto nodeDto){
58
        return this.root.removeChild(nodeDto);
58
        return this.root.removeChild(nodeDto, true);
59 59
    }
60 60

  
61 61
    public static String getTermTreeDtoSelect(){

Also available in: Unified diff