This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push: new d4bc6fe7baa Regen for commit 763c3bc15b960ef6249c40f4d4a6a89e1a3a3738 d4bc6fe7baa is described below commit d4bc6fe7baa865efac5cd2488848fa3e550d7c7f Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Sat May 20 16:28:51 2023 +0000 Regen for commit 763c3bc15b960ef6249c40f4d4a6a89e1a3a3738 Signed-off-by: GitHub <nore...@github.com> --- .../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";