This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-3.20.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.20.x by this push: new aa7bcf20fae [Minor] Apply formatter on the AWS component aa7bcf20fae is described below commit aa7bcf20fae2c361fb7c741b9da6edb46a169cf0 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Mon May 22 13:39:26 2023 +0200 [Minor] Apply formatter on the AWS component --- .../main/java/org/apache/camel/component/aws2/ses/Ses2Constants.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Constants.java b/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Constants.java index fb9dbb1c881..43b333cc88f 100644 --- a/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Constants.java +++ b/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Constants.java @@ -27,7 +27,8 @@ public interface Ses2Constants { String FROM = "CamelAwsSesFrom"; @Metadata(description = "The Amazon SES message ID.", javaType = "String") String MESSAGE_ID = "CamelAwsSesMessageId"; - @Metadata(description = "The reply-to email address(es) for the message. Use comma to separate multiple values.", javaType = "String") + @Metadata(description = "The reply-to email address(es) for the message. Use comma to separate multiple values.", + javaType = "String") String REPLY_TO_ADDRESSES = "CamelAwsSesReplyToAddresses"; @Metadata(description = "The email address to which bounce notifications are to be forwarded.", javaType = "String") String RETURN_PATH = "CamelAwsSesReturnPath";