Fix Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-18 18:40:07 +00:00
parent d1ac98db17
commit 06dc644595
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import org.w3c.dom.NodeList;
*
* @since 4.0
* @version $Id$
* @see org.w3c.NodeList
* @see NodeList
*/
public class NodeListIterator implements Iterator<Node> {