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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ea2338  Removed unused imports
7ea2338 is described below

commit 7ea2338df8321ed4cfbb1ab7290aef51bb3f3815
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Aug 30 16:05:37 2019 +0200

    Removed unused imports
---
 .../main/java/org/apache/camel/dataformat/any23/utils/Any23Utils.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-any23/src/main/java/org/apache/camel/dataformat/any23/utils/Any23Utils.java
 
b/components/camel-any23/src/main/java/org/apache/camel/dataformat/any23/utils/Any23Utils.java
index 303add9..7213a67 100644
--- 
a/components/camel-any23/src/main/java/org/apache/camel/dataformat/any23/utils/Any23Utils.java
+++ 
b/components/camel-any23/src/main/java/org/apache/camel/dataformat/any23/utils/Any23Utils.java
@@ -18,7 +18,6 @@ package org.apache.camel.dataformat.any23.utils;
 
 import java.io.OutputStream;
 import org.apache.any23.writer.JSONLDWriter;
-import org.apache.any23.writer.JSONWriter;
 import org.apache.any23.writer.NQuadsWriter;
 import org.apache.any23.writer.NTriplesWriter;
 import org.apache.any23.writer.RDFXMLWriter;

Reply via email to