Whitespace
This commit is contained in:
parent
294b820b02
commit
daad236c89
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue