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


The following commit(s) were added to refs/heads/master by this push:
     new 9d76907  use correct header name for aws-sqs message attributes (#2569)
9d76907 is described below

commit 9d76907bc42e433e52ad3d1b9f90d760f8136bd3
Author: Ralph Hart <rrhar...@gmail.com>
AuthorDate: Tue Oct 16 16:58:32 2018 -0400

    use correct header name for aws-sqs message attributes (#2569)
---
 components/camel-aws/src/main/docs/aws-sqs-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws/src/main/docs/aws-sqs-component.adoc 
b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
index 6fb8c06..b285d8a 100644
--- a/components/camel-aws/src/main/docs/aws-sqs-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
@@ -216,7 +216,7 @@ see by others.
 
 |`CamelAwsSqsReceiptHandle` |`String` |The Amazon SQS message receipt handle.
 
-|`CamelAwsSqsAttributes` |`Map<String, String>` |The Amazon SQS message 
attributes.
+|`CamelAwsSqsMessageAttributes` |`Map<String, String>` |The Amazon SQS message 
attributes.
 |=======================================================================
 
 #### Advanced AmazonSQS configuration

Reply via email to