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 2018/12/05 15:12:21 UTC

[camel] 02/03: CAMEL-12919 - Fixed CS

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 7ba07d8c77cf68a3eda24fd57ec76a1742257e83
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 5 15:58:13 2018 +0100

    CAMEL-12919 - Fixed CS
---
 .../main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java
index e63a8e7..d9cddc2 100644
--- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java
+++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java
@@ -418,7 +418,8 @@ public class SqsConfiguration implements Cloneable {
     }
 
     /**
-     * The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) 
+     * The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt 
+     * messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) 
      * and 86,400 seconds (24 hours). Default: 300 (5 minutes).
      */
     public void setKmsDataKeyReusePeriodSeconds(Integer kmsDataKeyReusePeriodSeconds) {