Field can be private
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1477613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35e45cc127
commit
b222008978
|
@ -50,7 +50,7 @@ public class ArrayListIterator<E> extends ArrayIterator<E>
|
||||||
* the {@link #set} method.
|
* the {@link #set} method.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
protected int lastItemIndex = -1;
|
private int lastItemIndex = -1;
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue