Skip to content

Commit

Permalink
1.2.0+: getRootNode() => getTreeRoot()
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuinden committed Mar 24, 2017
1 parent c927611 commit c3814e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,12 @@ private void checkName(String name) {
}

/**
* Returns the root node.
* Returns the root node of the tree.
*
* @return the root
* @return the root node of the tree
*/
@NonNull
public Node getRootNode() {
public Node getTreeRoot() {
return root;
}

Expand Down

0 comments on commit c3814e0

Please sign in to comment.