Node.getChildByName(): javadoc to note throws NodeException if child not found
This commit is contained in:
parent
41bd84b6f6
commit
37562941f4
1 changed files with 2 additions and 0 deletions
|
@ -183,6 +183,8 @@ public interface Node<T> {
|
||||||
* @param name the name of the child
|
* @param name the name of the child
|
||||||
*
|
*
|
||||||
* @return the node
|
* @return the node
|
||||||
|
*
|
||||||
|
* @throws NodeException if the node is not found
|
||||||
*/
|
*/
|
||||||
Node<T> getChildByName(String name);
|
Node<T> getChildByName(String name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue