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 18b39a9 Fixed CS for Camel-Splunk
18b39a9 is described below
commit 18b39a90e75e159df7685e43699dfadd89b0a655
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jan 25 16:10:17 2019 +0100
Fixed CS for Camel-Splunk
---
.../main/java/org/apache/camel/component/splunk/SplunkComponent.java | 2 +-
.../src/main/java/org/apache/camel/component/splunk/SplunkEndpoint.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-splunk/src/main/java/org/apache/camel/component/splunk/SplunkComponent.java
b/components/camel-splunk/src/main/java/org/apache/camel/component/splunk/SplunkComponent.java
index 37d7f75..4d6cee5 100644
---
a/components/camel-splunk/src/main/java/org/apache/camel/component/splunk/SplunkComponent.java
+++
b/components/camel-splunk/src/main/java/org/apache/camel/component/splunk/SplunkComponent.java
@@ -19,9 +19,9 @@ package org.apache.camel.component.splunk;
import java.util.Map;
import org.apache.camel.Endpoint;
+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;
/**
* Represents the component that manages {@link SplunkEndpoint}.
diff --git
a/components/camel-splunk/src/main/java/org/apache/camel/component/splunk/SplunkEndpoint.java
b/components/camel-splunk/src/main/java/org/apache/camel/component/splunk/SplunkEndpoint.java
index c018922..83163d5 100644
---
a/components/camel-splunk/src/main/java/org/apache/camel/component/splunk/SplunkEndpoint.java
+++
b/components/camel-splunk/src/main/java/org/apache/camel/component/splunk/SplunkEndpoint.java
@@ -25,9 +25,9 @@ import com.splunk.Service;
import org.apache.camel.Consumer;
import org.apache.camel.Processor;
import org.apache.camel.Producer;
-import org.apache.camel.support.ScheduledPollEndpoint;
import org.apache.camel.spi.UriEndpoint;
import org.apache.camel.spi.UriParam;
+import org.apache.camel.support.ScheduledPollEndpoint;
/**
* The splunk component allows to publish or search for events in Splunk.