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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 836cf7bb418 Regen for commit 7cac15472a8e0665968c83c8004b002246f18001
836cf7bb418 is described below

commit 836cf7bb4183791797976746dd404ac672a48e50
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Sat May 20 16:24:54 2023 +0000

    Regen for commit 7cac15472a8e0665968c83c8004b002246f18001
    
    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";

Reply via email to