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:
parent
c62ad3c015
commit
b4207ef106
|
@ -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$
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue