You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2018/07/21 06:36:56 UTC

[camel] branch camel-2.20.x updated: Fix Checkstyle issues

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

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


The following commit(s) were added to refs/heads/camel-2.20.x by this push:
     new b301db1  Fix Checkstyle issues
b301db1 is described below

commit b301db1569f327aa84c7d5d00c2b6397203ee35f
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Jul 21 08:36:36 2018 +0200

    Fix Checkstyle issues
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 .../component/netty4/http/NettyHttpOperationFailedExceptionTest.java   | 3 +--
 1 file changed, 1 insertion(+), 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..100971e 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,9 +16,8 @@
  */
 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;