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

reta pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new 97671da  Removing unused import
97671da is described below

commit 97671da8708062e54bbbb25c537776798779c1f4
Author: reta <[email protected]>
AuthorDate: Wed Jan 29 21:26:17 2020 -0500

    Removing unused import
---
 core/src/test/java/org/apache/cxf/common/util/CollectionUtilsTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/src/test/java/org/apache/cxf/common/util/CollectionUtilsTest.java 
b/core/src/test/java/org/apache/cxf/common/util/CollectionUtilsTest.java
index 4dc446a..c095363 100644
--- a/core/src/test/java/org/apache/cxf/common/util/CollectionUtilsTest.java
+++ b/core/src/test/java/org/apache/cxf/common/util/CollectionUtilsTest.java
@@ -22,7 +22,6 @@ package org.apache.cxf.common.util;
 import java.util.Arrays;
 import java.util.Collection;
 import java.util.List;
-import java.util.Dictionary;
 import java.util.Map;
 
 

Reply via email to