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 063f857  Fixed CS for Camel-AWS SNS
063f857 is described below

commit 063f8576344fde34685ce840075b19afb6f53dac
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 20 08:58:59 2019 +0100

    Fixed CS for Camel-AWS SNS
---
 .../java/org/apache/camel/component/aws/sns/SnsComponentTest.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-aws-sns/src/test/java/org/apache/camel/component/aws/sns/SnsComponentTest.java
 
b/components/camel-aws-sns/src/test/java/org/apache/camel/component/aws/sns/SnsComponentTest.java
index 89cc7a5..99aab4f 100644
--- 
a/components/camel-aws-sns/src/test/java/org/apache/camel/component/aws/sns/SnsComponentTest.java
+++ 
b/components/camel-aws-sns/src/test/java/org/apache/camel/component/aws/sns/SnsComponentTest.java
@@ -25,7 +25,7 @@ import org.apache.camel.test.junit4.CamelTestSupport;
 import org.junit.Test;
 
 public class SnsComponentTest extends CamelTestSupport {
-       
+
     @BindToRegistry("amazonSNSClient")
     AmazonSNSClientMock client = new AmazonSNSClientMock();
     
@@ -63,4 +63,4 @@ public class SnsComponentTest extends CamelTestSupport {
             }
         };
     }
-}
\ No newline at end of file
+}

Reply via email to