Fix javadoc warning

This commit is contained in:
Clément Fournier
2018-06-10 03:58:32 +02:00
parent 735b8dfe37
commit 82b4189bc5

View File

@@ -329,6 +329,8 @@ public interface Node {
/**
* Returns an iterator enumerating all the attributes that are available
* from XPath for this node.
*
* @return An attribute iterator for this node
*/
Iterator<Attribute> getXPathAttributesIterator();