Documentation on AbstractNode

This commit is contained in:
oowekyala
2017-07-06 23:37:08 +02:00
parent ff870e159e
commit a0ed1aab06

View File

@ -221,7 +221,7 @@ public abstract class AbstractNode implements Node {
/** /**
* Traverses up the tree to find the first parent instance of type * Traverses up the tree to find the first parent instance of type
* parentType * parentType or one of its subclasses.
* *
* @param parentType * @param parentType
* class which you want to find. * class which you want to find.