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

[camel] 05/06: Camel-AWS MSK: 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/3fff135758fb0a416576210458790c1903b63e33

commit 3fff135758fb0a416576210458790c1903b63e33
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 20 15:17:26 2019 +0100

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

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