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 2019/11/20 14:19:18 UTC

[camel] 01/06: Camel-AWS ECS: Fixed endpoint description.

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/1735c51e4101619ecb892778ae11be346672c035

commit 1735c51e4101619ecb892778ae11be346672c035
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 20 15:04:34 2019 +0100

    Camel-AWS ECS: Fixed endpoint description.
---
 .../src/main/java/org/apache/camel/component/aws/ecs/ECSEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-ecs/src/main/java/org/apache/camel/component/aws/ecs/ECSEndpoint.java b/components/camel-aws-ecs/src/main/java/org/apache/camel/component/aws/ecs/ECSEndpoint.java
index 845d231..1443486 100644
--- a/components/camel-aws-ecs/src/main/java/org/apache/camel/component/aws/ecs/ECSEndpoint.java
+++ b/components/camel-aws-ecs/src/main/java/org/apache/camel/component/aws/ecs/ECSEndpoint.java
@@ -34,7 +34,7 @@ import org.apache.camel.support.ScheduledPollEndpoint;
 import org.apache.camel.util.ObjectHelper;
 
 /**
- * The aws-kms is used for managing Amazon ECS
+ * The aws-ecs is used for managing Amazon ECS
  */
 @UriEndpoint(firstVersion = "3.0.0", scheme = "aws-ecs", title = "AWS ECS", syntax = "aws-ecs:label", producerOnly = true, label = "cloud,management")
 public class ECSEndpoint extends ScheduledPollEndpoint {