Javadoc nit.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b4207ef106
commit
979a93d7b6
|
@ -21,7 +21,7 @@ import java.util.NoSuchElementException;
|
|||
import org.apache.commons.collections4.ResettableIterator;
|
||||
|
||||
/**
|
||||
* An {@link Iterator} over an array of objects.
|
||||
* An {@link java.util.Iterator Iterator} over an array of objects.
|
||||
* <p>
|
||||
* This iterator does not support {@link #remove}, as the object array cannot be
|
||||
* structurally modified.
|
||||
|
|
Loading…
Reference in New Issue