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

cmueller 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 960a276  fixed a checkstyle error
960a276 is described below

commit 960a2762dd4c624531251d9044e587f870fc82e2
Author: Christian Mueller <c...@amazon.com>
AuthorDate: Sat Mar 3 18:12:42 2018 +0100

    fixed a checkstyle error
---
 .../camel/component/aws/sns/SnsProducerTest.java   | 24 ++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git 
a/components/camel-aws/src/test/java/org/apache/camel/component/aws/sns/SnsProducerTest.java
 
b/components/camel-aws/src/test/java/org/apache/camel/component/aws/sns/SnsProducerTest.java
index 56f1b91..394db6d 100644
--- 
a/components/camel-aws/src/test/java/org/apache/camel/component/aws/sns/SnsProducerTest.java
+++ 
b/components/camel-aws/src/test/java/org/apache/camel/component/aws/sns/SnsProducerTest.java
@@ -1,9 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.camel.component.aws.sns;
 
-import static org.hamcrest.CoreMatchers.is;
-import static org.junit.Assert.assertThat;
-import static org.mockito.Mockito.when;
-
 import java.util.HashMap;
 import java.util.Map;
 
@@ -19,6 +31,10 @@ import org.junit.runner.RunWith;
 import org.mockito.Mock;
 import org.mockito.junit.MockitoJUnitRunner;
 
+import static org.hamcrest.CoreMatchers.is;
+import static org.junit.Assert.assertThat;
+import static org.mockito.Mockito.when;
+
 @RunWith(MockitoJUnitRunner.class)
 public class SnsProducerTest {
 

-- 
To stop receiving notification emails like this one, please contact
cmuel...@apache.org.

Reply via email to