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 77a6b663a00f8e767b8cd65c825f2727945d70bf
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jun 30 08:13:45 2020 +0200

    Camel-AWS2-Kinesis-Firehose: Fixed description
---
 .../apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java
 
b/components/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java
index 87a0cfe..6e427ce 100644
--- 
a/components/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java
+++ 
b/components/camel-aws2-kinesis/src/main/java/org/apache/camel/component/aws2/firehose/KinesisFirehose2Endpoint.java
@@ -35,7 +35,7 @@ import 
software.amazon.awssdk.services.firehose.FirehoseClient;
 import software.amazon.awssdk.services.firehose.FirehoseClientBuilder;
 
 /**
- * Consume data from AWS Kinesis Firehose streams using AWS SDK version 2.x.
+ * Produce data to AWS Kinesis Firehose streams using AWS SDK version 2.x.
  */
 @UriEndpoint(firstVersion = "3.2.0", scheme = "aws2-kinesis-firehose", title = 
"AWS 2 Kinesis Firehose", syntax = "aws2-kinesis-firehose:streamName", 
producerOnly = true, category = {Category.CLOUD, Category.MESSAGING})
 public class KinesisFirehose2Endpoint extends DefaultEndpoint {

Reply via email to