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 be34968 Fixed CS for Camel-Atmos be34968 is described below commit be3496819066995aa7d3e4f201e2ad43895c44f0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jan 16 07:38:50 2019 +0100 Fixed CS for Camel-Atmos --- .../src/main/java/org/apache/camel/component/atmos/AtmosComponent.java | 2 +- .../src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosComponent.java b/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosComponent.java index 565be92..abe5de2 100644 --- a/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosComponent.java +++ b/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosComponent.java @@ -21,9 +21,9 @@ import java.util.Map; import org.apache.camel.CamelContext; import org.apache.camel.component.atmos.util.AtmosOperation; import org.apache.camel.component.atmos.validator.AtmosConfigurationValidator; +import org.apache.camel.spi.Metadata; import org.apache.camel.spi.annotations.Component; import org.apache.camel.support.DefaultComponent; -import org.apache.camel.spi.Metadata; @Component("atmos") public class AtmosComponent extends DefaultComponent { diff --git a/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java b/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java index cd96c52..251f498 100644 --- a/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java +++ b/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java @@ -27,9 +27,9 @@ import org.apache.camel.component.atmos.integration.producer.AtmosMoveProducer; import org.apache.camel.component.atmos.integration.producer.AtmosPutProducer; import org.apache.camel.component.atmos.util.AtmosException; import org.apache.camel.component.atmos.util.AtmosOperation; -import org.apache.camel.support.DefaultEndpoint; import org.apache.camel.spi.UriEndpoint; import org.apache.camel.spi.UriParam; +import org.apache.camel.support.DefaultEndpoint; import static org.apache.camel.component.atmos.util.AtmosConstants.POLL_CONSUMER_DELAY;