You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/05 17:07:16 UTC

[commons-collections] branch master updated: Remove trailing white spaces on all lines.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new ab9e84c  Remove trailing white spaces on all lines.
ab9e84c is described below

commit ab9e84c47a06b3110378fdc7f33b2e29272cba5a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 5 13:07:13 2019 -0400

    Remove trailing white spaces on all lines.
---
 .../org/apache/commons/collections4/iterators/EmptyOrderedIterator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedIterator.java b/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedIterator.java
index 16faf01..113d223 100644
--- a/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedIterator.java
+++ b/src/main/java/org/apache/commons/collections4/iterators/EmptyOrderedIterator.java
@@ -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
  */