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 82eb2e2a2af50c49e26dfe87a811135369be02e7
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Mar 1 09:18:46 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 bf50b70..a7c05bd 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
@@ -36,7 +36,7 @@ The AWS ECS component supports 5 options, which are listed 
below.
 | *configuration* (advanced) | The AWS KMS default configuration |  | 
ECSConfiguration
 | *accessKey* (producer) | Amazon AWS Access Key |  | String
 | *secretKey* (producer) | Amazon AWS Secret Key |  | String
-| *region* (producer) | The region in which KMS client needs to work |  | 
String
+| *region* (producer) | The region in which ECS client needs to work |  | 
String
 | *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
 |===
 // component options: END
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 ae68b30..faec380 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
@@ -51,7 +51,7 @@ public class ECSComponentConfiguration
      */
     private String secretKey;
     /**
-     * The region in which KMS client needs to work
+     * The region in which ECS client needs to work
      */
     private String region;
     /**

Reply via email to