This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3e4cefbe040ca9070e5f2bf2413f6e9004599801 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 27 09:00:09 2021 +0200 CAMEL-16465 - Camel-AWS: Add useDefaultCredentialProvider option to all the components - MQ Component --- .../org/apache/camel/component/aws2/mq/client/MQ2ClientFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-mq/src/main/java/org/apache/camel/component/aws2/mq/client/MQ2ClientFactory.java b/components/camel-aws/camel-aws2-mq/src/main/java/org/apache/camel/component/aws2/mq/client/MQ2ClientFactory.java index 1cc5e6a..3fad560 100644 --- a/components/camel-aws/camel-aws2-mq/src/main/java/org/apache/camel/component/aws2/mq/client/MQ2ClientFactory.java +++ b/components/camel-aws/camel-aws2-mq/src/main/java/org/apache/camel/component/aws2/mq/client/MQ2ClientFactory.java @@ -21,7 +21,7 @@ import org.apache.camel.component.aws2.mq.client.impl.MQ2ClientOptimizedImpl; import org.apache.camel.component.aws2.mq.client.impl.MQ2ClientStandardImpl; /** - * Factory class to return the correct type of AWS Lambda client. + * Factory class to return the correct type of AWS MQ client. */ public final class MQ2ClientFactory {
