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 2021/09/28 14:09:02 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 0983910  Remove unused import.
0983910 is described below

commit 09839108e113292714ad01574e8146ad96216557
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 28 10:08:59 2021 -0400

    Remove unused import.
---
 .../apache/commons/collections4/properties/SortedPropertiesTest.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java b/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java
index 1da63cb..cb7d5be 100644
--- a/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java
+++ b/src/test/java/org/apache/commons/collections4/properties/SortedPropertiesTest.java
@@ -20,9 +20,7 @@ package org.apache.commons.collections4.properties;
 import java.util.Enumeration;
 import java.util.Iterator;
 import java.util.Map;
-import java.util.Set;
 
-import org.apache.commons.collections4.MultiSet;
 import org.junit.Assert;
 import org.junit.Test;