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 aaa346d595c9f227c7250b5b0932e479007924da Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Dec 4 13:26:25 2020 +0100 Camel-AWS2-SNS: Fixed javadoc refs --- .../java/org/apache/camel/component/aws2/sns/Sns2Configuration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java b/components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java index e0fd80d..78a0822 100644 --- a/components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java +++ b/components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java @@ -277,7 +277,7 @@ public class Sns2Configuration implements Cloneable { } /** - * Set whether the SQS client should expect to load credentials on an AWS infra instance or to expect static + * Set whether the SNS client should expect to load credentials on an AWS infra instance or to expect static * credentials to be passed in. */ public void setUseDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) {