private field can be final.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-18 17:12:13 +00:00
parent 18ba121c56
commit 8f672e373e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import org.w3c.dom.NodeList;
public class NodeListIterator implements Iterator<Node> {
/** the original NodeList instance */
private NodeList nodeList;
private final NodeList nodeList;
/** The current iterator index */
protected int index = 0;