Whitespace

This commit is contained in:
Gary Gregory 2024-06-23 08:01:17 -04:00
parent 294b820b02
commit daad236c89
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ import org.apache.commons.collections4.ResettableListIterator;
* @param <E> the type of elements returned by this iterator. * @param <E> the type of elements returned by this iterator.
* @since 2.1.1 and 3.1 * @since 2.1.1 and 3.1
*/ */
public class EmptyListIterator<E> extends AbstractEmptyIterator<E> implements public class EmptyListIterator<E> extends AbstractEmptyIterator<E> implements ResettableListIterator<E> {
ResettableListIterator<E> {
/** /**
* Singleton instance of the iterator. * Singleton instance of the iterator.