Project

General

Profile

« Previous | Next » 

Revision 3b4b9e2f

Added by Andreas Müller almost 2 years ago

ref #10067, ref #3722, ref #8127 remove null value handling from PolytomousKeyGraphContentProvider in taxEditor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/key/polytomous/PolytomousKeyGraphContentProvider.java
52 52
		List<PolytomousKeyNode> children;
53 53

  
54 54
		if (parent instanceof PolytomousKeyNode) {
55
			((PolytomousKeyNode) parent).removeNullValueFromChildren();
55
//			((PolytomousKeyNode) parent).removeNullValueFromChildren();
56 56
			children = ((PolytomousKeyNode) parent).getChildren();
57 57
		} else if (parent instanceof PolytomousKey) {
58 58
			children = new ArrayList<PolytomousKeyNode>();

Also available in: Unified diff