Add missing @param.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1734646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-03-11 23:44:37 +00:00
parent 6870c3363a
commit c62ad3c015
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import org.apache.commons.collections4.ResettableIterator;
* The iterator implements a {@link #reset} method, allowing the reset of
* the iterator back to the start if required.
*
* @param <E> the type of elements returned by this iterator
* @since 1.0
* @version $Id$
*/