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 2015/10/17 10:16:20 UTC

camel git commit: Fix Checkstyle issues

Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x e43edb737 -> b821f7f98


Fix Checkstyle issues

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b821f7f9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b821f7f9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b821f7f9

Branch: refs/heads/camel-2.15.x
Commit: b821f7f989b5cf3b8a6c3e817287314bf6cc0a35
Parents: e43edb7
Author: Gregor Zurowski <gr...@zurowski.org>
Authored: Sat Oct 17 10:15:47 2015 +0200
Committer: Gregor Zurowski <gr...@zurowski.org>
Committed: Sat Oct 17 10:15:47 2015 +0200

----------------------------------------------------------------------
 .../http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java | 4 ++--
 .../netty4/http/NettyHttpBindingUseRelativePathInPostTest.java   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b821f7f9/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
index 861c227..e94ffd4 100644
--- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
+++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingPreservePostFormUrlEncodedBodyTest.java
@@ -16,6 +16,8 @@
  */
 package org.apache.camel.component.netty4.http;
 
+import io.netty.handler.codec.http.FullHttpRequest;
+
 import org.apache.camel.Exchange;
 import org.apache.camel.Message;
 import org.apache.camel.Processor;
@@ -23,8 +25,6 @@ import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.http.HttpMethods;
 import org.junit.Test;
 
-import io.netty.handler.codec.http.FullHttpRequest;
-
 public class NettyHttpBindingPreservePostFormUrlEncodedBodyTest extends BaseNettyTest {
 
     @Test

http://git-wip-us.apache.org/repos/asf/camel/blob/b821f7f9/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePathInPostTest.java
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePathInPostTest.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePathInPostTest.java
index 39ed697..89bceff 100644
--- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePathInPostTest.java
+++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpBindingUseRelativePathInPostTest.java
@@ -16,14 +16,14 @@
  */
 package org.apache.camel.component.netty4.http;
 
+import io.netty.handler.codec.http.FullHttpRequest;
+
 import org.apache.camel.Exchange;
 import org.apache.camel.Processor;
 import org.apache.camel.builder.RouteBuilder;
 import org.apache.camel.component.http.HttpMethods;
 import org.junit.Test;
 
-import io.netty.handler.codec.http.FullHttpRequest;
-
 public class NettyHttpBindingUseRelativePathInPostTest extends BaseNettyTest {
 
     @Test