Remove trailing white spaces on all lines.

This commit is contained in:
Gary Gregory 2019-07-05 13:07:13 -04:00
parent dd41aa800c
commit ab9e84c47a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import org.apache.commons.collections4.ResettableIterator;
/**
* Provides an implementation of an empty ordered iterator.
*
*
* @param <E> the type to iterate.
* @since 3.1
*/