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/20 14:19:23 UTC

[camel] 06/06: Camel-AWS MSK: Regen and regen docs

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

View the commit online:
https://github.com/apache/camel/commit/25571cb0fa737ed1d814fca0fc84ce2ee9ae9767

commit 25571cb0fa737ed1d814fca0fc84ce2ee9ae9767
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 20 15:18:48 2019 +0100

    Camel-AWS MSK: Regen and regen docs
---
 .../apache/camel/builder/endpoint/dsl/MSKEndpointBuilderFactory.java  | 4 ++--
 .../camel/component/aws/msk/springboot/MSKComponentConfiguration.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/MSKEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/MSKEndpointBuilderFactory.java
index 7128a75..eb0962b 100644
--- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/MSKEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/MSKEndpointBuilderFactory.java
@@ -22,7 +22,7 @@ import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 
 /**
- * The aws-kms is used for managing Amazon KMS
+ * The aws-msk is used for managing Amazon MSK
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -301,7 +301,7 @@ public interface MSKEndpointBuilderFactory {
     }
     /**
      * AWS MSK (camel-aws-msk)
-     * The aws-kms is used for managing Amazon KMS
+     * The aws-msk is used for managing Amazon MSK
      * 
      * Category: cloud,management
      * Since: 3.0
diff --git a/platforms/spring-boot/components-starter/camel-aws-msk-starter/src/main/java/org/apache/camel/component/aws/msk/springboot/MSKComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-aws-msk-starter/src/main/java/org/apache/camel/component/aws/msk/springboot/MSKComponentConfiguration.java
index bb52193..c8db30b 100644
--- a/platforms/spring-boot/components-starter/camel-aws-msk-starter/src/main/java/org/apache/camel/component/aws/msk/springboot/MSKComponentConfiguration.java
+++ b/platforms/spring-boot/components-starter/camel-aws-msk-starter/src/main/java/org/apache/camel/component/aws/msk/springboot/MSKComponentConfiguration.java
@@ -24,7 +24,7 @@ import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * The aws-kms is used for managing Amazon KMS
+ * The aws-msk is used for managing Amazon MSK
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */