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 cdbdd1c2886eb8c6e2019499d826be5a1673e677
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Nov 6 08:56:22 2019 +0100

    Camel-Kudu: Regen
---
 components/camel-kudu/src/main/docs/kudu-component.adoc          | 9 +++++----
 .../camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java   | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/components/camel-kudu/src/main/docs/kudu-component.adoc 
b/components/camel-kudu/src/main/docs/kudu-component.adoc
index 70a7cee..6092ba4 100644
--- a/components/camel-kudu/src/main/docs/kudu-component.adoc
+++ b/components/camel-kudu/src/main/docs/kudu-component.adoc
@@ -1,7 +1,8 @@
-[[kudu-component]]
-= Apache Kudu Component
+= Kudu Component
 
 *Since Camel 3.0*
+*Since Camel 3.0*
+
 
 The Kudu component supports storing and retrieving data from/to 
https://kudu.apache.org/[Apache Kudu], a free and open source column-oriented 
data store of the Apache Hadoop ecosystem.
 
@@ -11,7 +12,7 @@ You must have a valid Kudu instance running. More information 
are available at h
 
 
 // component options: START
-The Apache Kudu component supports 1 options, which are listed below.
+The Kudu component supports 1 options, which are listed below.
 
 
 
@@ -23,7 +24,7 @@ The Apache Kudu component supports 1 options, which are 
listed below.
 // component options: END
 
 // endpoint options: START
-The Apache Kudu endpoint is configured using URI syntax:
+The Kudu endpoint is configured using URI syntax:
 
 ----
 kudu:host:port/tableName
diff --git 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
index 6973cc6..951f915 100644
--- 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
@@ -33,7 +33,7 @@ public interface KuduEndpointBuilderFactory {
 
 
     /**
-     * Builder for endpoint for the Apache Kudu component.
+     * Builder for endpoint for the Kudu component.
      */
     public interface KuduEndpointBuilder extends EndpointProducerBuilder {
         default AdvancedKuduEndpointBuilder advanced() {
@@ -104,7 +104,7 @@ public interface KuduEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint for the Apache Kudu component.
+     * Advanced builder for endpoint for the Kudu component.
      */
     public interface AdvancedKuduEndpointBuilder
             extends
@@ -174,7 +174,7 @@ public interface KuduEndpointBuilderFactory {
         SCAN;
     }
     /**
-     * Apache Kudu (camel-kudu)
+     * Kudu (camel-kudu)
      * Represents a Kudu endpoint. A kudu endpoint allows you to interact with
      * Apache Kudu, a free and open source column-oriented data store of the
      * Apache Hadoop ecosystem.

Reply via email to