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 f0e1f372bead7fc827f71ce4f1bfb31dabece795 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 1 09:21:27 2019 +0100 Camel-AWS-ECS: Regen docs --- components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc | 2 +- .../camel/component/aws/ecs/springboot/ECSComponentConfiguration.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc b/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc index a7c05bd..40f9886 100644 --- a/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc +++ b/components/camel-aws-ecs/src/main/docs/aws-ecs-component.adoc @@ -33,7 +33,7 @@ The AWS ECS component supports 5 options, which are listed below. [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *configuration* (advanced) | The AWS KMS default configuration | | ECSConfiguration +| *configuration* (advanced) | The AWS ECS default configuration | | ECSConfiguration | *accessKey* (producer) | Amazon AWS Access Key | | String | *secretKey* (producer) | Amazon AWS Secret Key | | String | *region* (producer) | The region in which ECS client needs to work | | String 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 faec380..98dd460 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 @@ -39,7 +39,7 @@ public class ECSComponentConfiguration */ private Boolean enabled; /** - * The AWS KMS default configuration + * The AWS ECS default configuration */ private ECSConfigurationNestedConfiguration configuration; /**