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 2021/12/09 13:24:47 UTC

[camel] 01/02: CAMEL-17291 - Camel-AWS2-SES: Don't set the replyTo/to addresses as List

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

commit 8f8caec7387ca71147893752a465d1984a92c12a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 9 14:18:27 2021 +0100

    CAMEL-17291 - Camel-AWS2-SES: Don't set the replyTo/to addresses as List
---
 .../java/org/apache/camel/component/aws2/ses/Ses2Configuration.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java b/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
index 376e702..acd40e5 100644
--- a/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
+++ b/components/camel-aws/camel-aws2-ses/src/main/java/org/apache/camel/component/aws2/ses/Ses2Configuration.java
@@ -16,8 +16,6 @@
  */
 package org.apache.camel.component.aws2.ses;
 
-import java.util.List;
-
 import org.apache.camel.RuntimeCamelException;
 import org.apache.camel.spi.Metadata;
 import org.apache.camel.spi.UriParam;