Add missing @param.

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

View File

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