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/16 07:38:41 UTC

[camel] branch master updated (1c7c3a2 -> 22fa3cc)

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

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


    from 1c7c3a2  Fixed CS for Camel-Consul
     new c1b0734  Fixed CS for Camel-couchbase
     new 22fa3cc  Fixed CS for Camel-Couchdb

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/camel/component/couchbase/CouchbaseEndpoint.java    | 2 +-
 .../main/java/org/apache/camel/component/couchdb/CouchDbEndpoint.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Fixed CS for Camel-Couchdb

Posted by ac...@apache.org.
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

commit 22fa3cc61ccbe19b842c2e6f72d3d96b06912aa7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 16 08:36:48 2019 +0100

    Fixed CS for Camel-Couchdb
---
 .../main/java/org/apache/camel/component/couchdb/CouchDbEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/CouchDbEndpoint.java b/components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/CouchDbEndpoint.java
index 0793083..26f64c6 100644
--- a/components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/CouchDbEndpoint.java
+++ b/components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/CouchDbEndpoint.java
@@ -23,11 +23,11 @@ import org.apache.camel.Consumer;
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
 import org.apache.camel.Producer;
-import org.apache.camel.support.DefaultEndpoint;
 import org.apache.camel.spi.Metadata;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
 import org.apache.camel.spi.UriPath;
+import org.apache.camel.support.DefaultEndpoint;
 import org.lightcouch.CouchDbClient;
 
 /**


[camel] 01/02: Fixed CS for Camel-couchbase

Posted by ac...@apache.org.
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

commit c1b07342bb24d62a12f0362dddb31841d24e6938
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 16 08:35:48 2019 +0100

    Fixed CS for Camel-couchbase
---
 .../java/org/apache/camel/component/couchbase/CouchbaseEndpoint.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseEndpoint.java b/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseEndpoint.java
index 3f2fb86..bed92c5 100644
--- a/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseEndpoint.java
+++ b/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseEndpoint.java
@@ -31,11 +31,11 @@ import com.couchbase.client.CouchbaseConnectionFactoryBuilder;
 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.Metadata;
 import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
 import org.apache.camel.spi.UriPath;
+import org.apache.camel.support.ScheduledPollEndpoint;
 
 import static org.apache.camel.component.couchbase.CouchbaseConstants.COUCHBASE_PUT;
 import static org.apache.camel.component.couchbase.CouchbaseConstants.COUCHBASE_URI_ERROR;