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/24145427f51a7b54cfb2c5ca8f1cab2e6c8ead8a commit 24145427f51a7b54cfb2c5ca8f1cab2e6c8ead8a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 20 15:13:02 2019 +0100 Camel-AWS ECS: Regen and regen docs --- .../apache/camel/builder/endpoint/dsl/ECSEndpointBuilderFactory.java | 4 ++-- .../camel/component/aws/ecs/springboot/ECSComponentConfiguration.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ECSEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ECSEndpointBuilderFactory.java index f52b1ff..8aee30c 100644 --- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ECSEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/ECSEndpointBuilderFactory.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 ECS + * The aws-ecs is used for managing Amazon ECS * * Generated by camel-package-maven-plugin - do not edit this file! */ @@ -301,7 +301,7 @@ public interface ECSEndpointBuilderFactory { } /** * AWS ECS (camel-aws-ecs) - * The aws-kms is used for managing Amazon ECS + * The aws-ecs is used for managing Amazon ECS * * Category: cloud,management * Since: 3.0 diff --git a/platforms/spring-boot/components-starter/camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentConfiguration.java index 3e397a9..e4195f6 100644 --- a/platforms/spring-boot/components-starter/camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentConfiguration.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 ECS + * The aws-ecs is used for managing Amazon ECS * * Generated by camel-package-maven-plugin - do not edit this file! */