Node: remove undeclared runtime exceptions from javadoc
This commit is contained in:
parent
d32221c649
commit
99db9e2a1a
1 changed files with 0 additions and 4 deletions
|
@ -157,8 +157,6 @@ public interface Node<T> {
|
||||||
* @param child the child's data to search for
|
* @param child the child's data to search for
|
||||||
*
|
*
|
||||||
* @return the child node if found
|
* @return the child node if found
|
||||||
*
|
|
||||||
* @throws NodeException if the node is not found
|
|
||||||
*/
|
*/
|
||||||
Node<T> getChild(T child);
|
Node<T> getChild(T child);
|
||||||
|
|
||||||
|
@ -205,8 +203,6 @@ 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