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