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/11/06 08:27:13 UTC

[camel] 01/03: Camel-Kudu: Just use Kudu as name

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 b14e7c1ab554976a99f5a843f41c1fa798eb22d7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 6 08:55:39 2019 +0100

    Camel-Kudu: Just use Kudu as name
---
 .../src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java b/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
index f977e1a..3d55c40 100644
--- a/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
+++ b/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
@@ -36,7 +36,7 @@ import org.slf4j.LoggerFactory;
  */
 @UriEndpoint(firstVersion = "3.0",
     scheme = "kudu",
-    title = "Apache Kudu", syntax = "kudu:host:port/tableName",
+    title = "Kudu", syntax = "kudu:host:port/tableName",
     label = "cloud,database,iot", producerOnly = true)
 public class KuduEndpoint extends DefaultEndpoint {