This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.models.jacksonexporter-1.0.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-jacksonexporter.git
commit 8e2e5b6c7fff10bd7303e38b5060cd8455d1adbf Author: Justin Edelson <[email protected]> AuthorDate: Mon Nov 21 22:11:56 2016 +0000 removing errant import git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/models/jackson-exporter@1770770 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/models/jacksonexporter/impl/ResourceSerializer.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/apache/sling/models/jacksonexporter/impl/ResourceSerializer.java b/src/main/java/org/apache/sling/models/jacksonexporter/impl/ResourceSerializer.java index 72bab6a..4f2704a 100644 --- a/src/main/java/org/apache/sling/models/jacksonexporter/impl/ResourceSerializer.java +++ b/src/main/java/org/apache/sling/models/jacksonexporter/impl/ResourceSerializer.java @@ -32,8 +32,6 @@ import java.util.Calendar; import java.util.Iterator; import java.util.Map; -import static javax.xml.bind.JAXBIntrospector.getValue; - public class ResourceSerializer extends JsonSerializer<Resource> implements ResolvableSerializer { private final int maxRecursionLevels; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
