-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.0.0
-
Component/s: None
-
None
-
None
It will make the following statement failed (with a warning):
treeNode.getChildren().add(anotherNode);
Solution:
It shall return List<TreeNode<E>> instead.