NodeItem: add deprecated to implementation of deprecated interface method
This commit is contained in:
parent
e9b43cb73c
commit
2da1d9aa3d
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ public class NodeItem<T> implements Node<T> {
|
||||||
* @return the found or created child node
|
* @return the found or created child node
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@Deprecated
|
||||||
public Node<T> findOrCreateChild(final T child) {
|
public Node<T> findOrCreateChild(final T child) {
|
||||||
if (child == null) {
|
if (child == null) {
|
||||||
throw new NullPointerException("child");
|
throw new NullPointerException("child");
|
||||||
|
|
Loading…
Reference in a new issue