You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:20:54 UTC

[sling-org-apache-sling-models-jacksonexporter] 21/26: remove unused import

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git

commit bfcf461927a0a59603fdcdb8da0cbce6d2f3be60
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Tue Aug 22 20:48:42 2017 +0000

    remove unused import
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1805829 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/models/jacksonexporter/impl/EnumerationSerializer.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/models/jacksonexporter/impl/EnumerationSerializer.java b/src/main/java/org/apache/sling/models/jacksonexporter/impl/EnumerationSerializer.java
index 06b3398..a0fb4a3 100644
--- a/src/main/java/org/apache/sling/models/jacksonexporter/impl/EnumerationSerializer.java
+++ b/src/main/java/org/apache/sling/models/jacksonexporter/impl/EnumerationSerializer.java
@@ -25,7 +25,6 @@ import com.fasterxml.jackson.databind.ser.ResolvableSerializer;
 import org.apache.commons.collections.iterators.EnumerationIterator;
 
 import java.io.IOException;
-import java.util.Calendar;
 import java.util.Enumeration;
 import java.util.Iterator;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.