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:
Gary D. Gregory 2016-03-11 23:51:22 +00:00
parent b4207ef106
commit 979a93d7b6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import java.util.NoSuchElementException;
import org.apache.commons.collections4.ResettableIterator; 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> * <p>
* This iterator does not support {@link #remove}, as the object array cannot be * This iterator does not support {@link #remove}, as the object array cannot be
* structurally modified. * structurally modified.