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 2020/01/28 12:11:27 UTC

[camel] 01/02: Camel-Aws ECS: Renamed title

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 be52836d4cf0ceb555ddac46d6daaab7e0212e67
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 13:09:26 2020 +0100

    Camel-Aws ECS: Renamed title
---
 components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc  | 9 +++++----
 .../java/org/apache/camel/component/aws2/ecs/ECS2Endpoint.java   | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc b/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
index 170012f..034aa00 100644
--- a/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
+++ b/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
@@ -1,7 +1,8 @@
-[[aws2-ecs-component]]
-= AWS2 ECS Component
+= AWS 2 ECS Component
 
 *Since Camel 3.1*
+*Since Camel 3.1*
+
 
 // HEADER START
 *Only producer is supported*
@@ -30,7 +31,7 @@ You can append query options to the URI in the following format,
 
 
 // component options: START
-The AWS2 ECS component supports 6 options, which are listed below.
+The AWS 2 ECS component supports 6 options, which are listed below.
 
 
 
@@ -50,7 +51,7 @@ The AWS2 ECS component supports 6 options, which are listed below.
 
 
 // endpoint options: START
-The AWS2 ECS endpoint is configured using URI syntax:
+The AWS 2 ECS endpoint is configured using URI syntax:
 
 ----
 aws2-ecs:label
diff --git a/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Endpoint.java b/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Endpoint.java
index acda188..36034a4 100644
--- a/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Endpoint.java
+++ b/components/camel-aws2-ecs/src/main/java/org/apache/camel/component/aws2/ecs/ECS2Endpoint.java
@@ -37,7 +37,7 @@ import software.amazon.awssdk.services.ecs.EcsClientBuilder;
 /**
  * The aws2-ecs is used for managing Amazon ECS
  */
-@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-ecs", title = "AWS2 ECS", syntax = "aws2-ecs:label", producerOnly = true, label = "cloud,management")
+@UriEndpoint(firstVersion = "3.1.0", scheme = "aws2-ecs", title = "AWS 2 ECS", syntax = "aws2-ecs:label", producerOnly = true, label = "cloud,management")
 public class ECS2Endpoint extends ScheduledPollEndpoint {
 
     private EcsClient ecsClient;