-
Bug
-
Resolution: Fixed
-
Normal
-
6.0.0
-
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.