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:20 UTC

[camel] 03/06: Camel-AWS EKS: 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/7982118fa68f037116fd0ee9bd142664880d9d68

commit 7982118fa68f037116fd0ee9bd142664880d9d68
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 20 15:14:14 2019 +0100

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

diff --git a/components/camel-aws-eks/src/main/java/org/apache/camel/component/aws/eks/EKSEndpoint.java b/components/camel-aws-eks/src/main/java/org/apache/camel/component/aws/eks/EKSEndpoint.java
index 42f7cd4..850622c 100644
--- a/components/camel-aws-eks/src/main/java/org/apache/camel/component/aws/eks/EKSEndpoint.java
+++ b/components/camel-aws-eks/src/main/java/org/apache/camel/component/aws/eks/EKSEndpoint.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 EKS
+ * The aws-eks is used for managing Amazon EKS
  */
 @UriEndpoint(firstVersion = "3.0.0", scheme = "aws-eks", title = "AWS EKS", syntax = "aws-eks:label", producerOnly = true, label = "cloud,management")
 public class EKSEndpoint extends ScheduledPollEndpoint {