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 e9c54e4589f2d9ddb305cab5739a36c844098f6b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 9 08:29:09 2020 +0100 CAMEL-15785 - Camel-AWS2: make possibile to use a client based on DefaultCredentialProvider in all the interested components - SQS Cleanup --- .../org/apache/camel/component/aws2/sqs/client/Sqs2ClientFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/client/Sqs2ClientFactory.java b/components/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/client/Sqs2ClientFactory.java index b7acba3..7b66ae0 100644 --- a/components/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/client/Sqs2ClientFactory.java +++ b/components/camel-aws2-sqs/src/main/java/org/apache/camel/component/aws2/sqs/client/Sqs2ClientFactory.java @@ -32,7 +32,7 @@ public final class Sqs2ClientFactory { * Return the correct aws SQS client (based on remote vs local). * * @param configuration configuration - * @return AWSS3Client + * @return SqsClient */ public static Sqs2InternalClient getSqsClient(Sqs2Configuration configuration) { return configuration.isUseIAMCredentials()