Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 1680b7b6f -> ba3406d01


Fix Checkstype issues

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

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

Branch: refs/heads/camel-2.18.x
Commit: ba3406d0114768ca8877a3e642b44ce19f895c05
Parents: 1680b7b
Author: Gregor Zurowski <gre...@zurowski.org>
Authored: Sun Nov 27 11:54:55 2016 +0100
Committer: Gregor Zurowski <gre...@zurowski.org>
Committed: Sun Nov 27 11:59:55 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/component/netty4/http/BaseNettyTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ba3406d0/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/BaseNettyTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/BaseNettyTest.java
 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/BaseNettyTest.java
index 92788f9..588b9fb 100644
--- 
a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/BaseNettyTest.java
+++ 
b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/BaseNettyTest.java
@@ -91,7 +91,7 @@ public class BaseNettyTest extends CamelTestSupport {
         if (!events.isEmpty()) {
             String message = "Leaks detected while running tests: " + events;
             // Just write the message into log to help debug
-            for(LogEvent event: events) {
+            for (LogEvent event : events) {
                 LOG.info(event.getMessage().getFormattedMessage());
             }
             LogCaptureAppender.reset();

Reply via email to