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 2020/02/14 16:08:13 UTC

[camel] branch master updated: Camel-aws2-sns: Fixed CS

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 49f9a75  Camel-aws2-sns: Fixed CS
49f9a75 is described below

commit 49f9a75aa7368015d077ae89fff6e0f9bb61342e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 14 17:07:38 2020 +0100

    Camel-aws2-sns: Fixed CS
---
 .../main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java b/components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java
index a0511d6..33f59c9 100644
--- a/components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java
+++ b/components/camel-aws2-sns/src/main/java/org/apache/camel/component/aws2/sns/Sns2Configuration.java
@@ -19,7 +19,6 @@ package org.apache.camel.component.aws2.sns;
 import org.apache.camel.RuntimeCamelException;
 import org.apache.camel.spi.UriParam;
 import org.apache.camel.spi.UriParams;
-
 import software.amazon.awssdk.core.Protocol;
 import software.amazon.awssdk.services.sns.SnsClient;