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 9c296fb3e9c682d7ab7a8e620c2cc277eb9d8cf5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Oct 15 18:48:53 2020 +0200

    CAMEL-15688 - Camel-couchbase: Make the configuration of the endpoint less 
complex, changed the error logged
---
 .../java/org/apache/camel/component/couchbase/CouchbaseConstants.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseConstants.java
 
b/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseConstants.java
index 8e11389..2bb0831 100644
--- 
a/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseConstants.java
+++ 
b/components/camel-couchbase/src/main/java/org/apache/camel/component/couchbase/CouchbaseConstants.java
@@ -23,7 +23,7 @@ package org.apache.camel.component.couchbase;
 public interface CouchbaseConstants {
 
     String COUCHBASE_URI_ERROR
-            = "Invalid URI. Format must be of the form 
couchbase:http[s]://hostname[:port]/bucket?[options...]";
+            = "Invalid URI. Format must be of the form 
couchbase:http[s]://hostname[:port]?[options...]";
     String COUCHBASE_PUT = "CCB_PUT";
     String COUCHBASE_GET = "CCB_GET";
     String COUCHBASE_DELETE = "CCB_DEL";

Reply via email to