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

aldettinger pushed a commit to branch camel-2.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.21.x by this push:
     new 35520f7  Fixed CS issue
35520f7 is described below

commit 35520f762407b3d32c20c1b3f51d46fb7ddaa713
Author: aldettinger <aldettin...@gmail.com>
AuthorDate: Tue May 15 22:02:15 2018 +0200

    Fixed CS issue
---
 .../component/netty4/http/NettyHttpOperationFailedExceptionTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpOperationFailedExceptionTest.java
 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpOperationFailedExceptionTest.java
index db83dfb..c032318 100644
--- 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpOperationFailedExceptionTest.java
+++ 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpOperationFailedExceptionTest.java
@@ -16,10 +16,10 @@
  */
 package org.apache.camel.component.netty4.http;
 
-import org.junit.Test;
-
 import io.netty.handler.codec.http.DefaultLastHttpContent;
 
+import org.junit.Test;
+
 import static org.hamcrest.core.IsNot.not;
 import static org.hamcrest.core.StringContains.containsString;
 import static org.junit.Assert.assertThat;

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

Reply via email to