Merged hotfix/0.4.1 into master
This commit is contained in:
commit
ce55d437ba
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ public interface Node<T> {
|
|||
*
|
||||
* @return the found or created child node
|
||||
*
|
||||
* @deprecated use node.findChild(child).orElseGet(() ->
|
||||
* node.createChild(child));
|
||||
* @deprecated use {@code node.findChild(child).orElseGet(() ->
|
||||
* node.createChild(child))};
|
||||
*/
|
||||
@Deprecated
|
||||
Node<T> findOrCreateChild(T child);
|
||||
|
|
Loading…
Reference in a new issue