You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/25 18:01:11 UTC

[camel] 03/03: Camel-AWS2-SNS: Fixed javadoc for isFifoTopic method

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch CAMEL-16079-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 592e4d9aaa6f1d1797a7bf41497d24f7ee9e46df
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 25 18:47:57 2021 +0100

    Camel-AWS2-SNS: Fixed javadoc for isFifoTopic method
---
 .../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 1381113..ab5a42c 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
@@ -346,7 +346,7 @@ public class Sns2Configuration implements Cloneable {
     }
 
     /**
-     * Whether or not the queue is a FIFO topic
+     * Whether or not the topic is a FIFO topic
      */
     boolean isFifoTopic() {
         // AWS docs suggest this is valid derivation.