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:
parent
18ba121c56
commit
8f672e373e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue