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 b40734a725cf08a86ce6c74070a3fe387158fb1e Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Jan 27 16:17:34 2020 +0100 Camel-AWS2-ECS: Fixed Region description --- .../java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java b/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java index 50f6bc0..4522232 100644 --- a/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java +++ b/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Configuration.java @@ -130,7 +130,7 @@ public class ECS2Configuration implements Cloneable { } /** - * The region in which Translate client needs to work. When using this + * The region in which ECS client needs to work. When using this * parameter, the configuration will expect the lowercase name of the * region (for example ap-east-1) You'll need to use the name * Region.EU_WEST_1.id()
