This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 834031986b49f56e1e706e281decb8d26ce35697 Author: Ralph Hart <[email protected]> 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
