You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/01/28 07:28:58 UTC

[camel] branch master updated: Fixed CS for Camel-Stax

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 cfd0349  Fixed CS for Camel-Stax
cfd0349 is described below

commit cfd03495b4f67a07f5bc5694aab4b8e4e82dd96d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 28 08:28:39 2019 +0100

    Fixed CS for Camel-Stax
---
 .../src/main/java/org/apache/camel/component/stax/StAXEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-stax/src/main/java/org/apache/camel/component/stax/StAXEndpoint.java b/components/camel-stax/src/main/java/org/apache/camel/component/stax/StAXEndpoint.java
index 2317555..c550c1e 100644
--- a/components/camel-stax/src/main/java/org/apache/camel/component/stax/StAXEndpoint.java
+++ b/components/camel-stax/src/main/java/org/apache/camel/component/stax/StAXEndpoint.java
@@ -20,11 +20,11 @@ import org.xml.sax.ContentHandler;
 
 import org.apache.camel.Component;
 import org.apache.camel.Processor;
-import org.apache.camel.support.ProcessorEndpoint;
 import org.apache.camel.spi.Metadata;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriPath;
 import org.apache.camel.support.EndpointHelper;
+import org.apache.camel.support.ProcessorEndpoint;
 
 /**
  * The stax component allows messages to be process through a SAX ContentHandler.