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 2022/02/13 17:25:42 UTC

[commons-collections] branch master updated: Remove unused import.

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 4c2a974  Remove unused import.
4c2a974 is described below

commit 4c2a9744ae52b76a9aeaca15c90e68b672aa81e9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 13 12:24:42 2022 -0500

    Remove unused import.
---
 .../apache/commons/collections4/junit/AbstractAvailableLocalesTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java b/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java
index 32a73ef..ab038f1 100644
--- a/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java
+++ b/src/test/java/org/apache/commons/collections4/junit/AbstractAvailableLocalesTest.java
@@ -21,7 +21,6 @@ import java.lang.reflect.Field;
 import java.lang.reflect.Modifier;
 import java.util.ArrayList;
 import java.util.Arrays;
-import java.util.Collections;
 import java.util.List;
 import java.util.Locale;