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 2020/02/09 16:42:12 UTC

[commons-collections] 03/03: [COLLECTIONS-746] Add org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.

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

commit acff58db5acbf0c6807cac01c316db643aef4836
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Feb 9 11:42:05 2020 -0500

    [COLLECTIONS-746] Add
    org.apache.commons.collections4.properties.PropertiesFactory.EMPTY_PROPERTIES.
    
    Fix imports.
---
 .../org/apache/commons/collections4/properties/PropertiesFactory.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java b/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java
index 40f6359..baa9a45 100644
--- a/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java
+++ b/src/main/java/org/apache/commons/collections4/properties/PropertiesFactory.java
@@ -28,7 +28,6 @@ import java.util.Collection;
 import java.util.Collections;
 import java.util.Enumeration;
 import java.util.InvalidPropertiesFormatException;
-import java.util.List;
 import java.util.Map;
 import java.util.Map.Entry;
 import java.util.Objects;