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 8ce3f9a Remove unused import.
8ce3f9a is described below
commit 8ce3f9a199205105556c1cca5c0e8f8e84d3ec3f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 20 21:23:38 2020 -0500
Remove unused import.
---
.../apache/commons/collections4/collection/IndexedCollectionTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java
b/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java
index ac996fd..8623663 100644
---
a/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java
+++
b/src/test/java/org/apache/commons/collections4/collection/IndexedCollectionTest.java
@@ -22,7 +22,6 @@ import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
-import java.util.List;
import org.apache.commons.collections4.Transformer;