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 f0096598d82e269c20736910e2d1a38287ee49bb Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 2 14:04:37 2021 +0100 Camel-AWS2-SNS: Fixed javadoc for topic security policy --- .../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 31d8b66..c190ebf 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 @@ -145,7 +145,7 @@ public class Sns2Configuration implements Cloneable { } /** - * The policy for this queue. Is loaded by default from classpath, but you can prefix with "classpath:", "file:", or + * The policy for this topic. Is loaded by default from classpath, but you can prefix with "classpath:", "file:", or * "http:" to load the resource from different systems. */ public void setPolicy(String policy) {