This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit d5f085239809862592adcc18a81d337774265118 Author: Andrea Cosentino <anco...@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) {