You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/12/02 04:40:25 UTC

[08/11] camel git commit: CAMEL-8094 Polish the code with the suggestion of Babak

CAMEL-8094 Polish the code with the suggestion of Babak


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

Branch: refs/heads/master
Commit: 3dc6c275e68291f5019b9a1da8955da3376ae9bc
Parents: 4dff9eb
Author: Willem Jiang <wi...@gmail.com>
Authored: Tue Dec 2 10:00:11 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Tue Dec 2 10:53:36 2014 +0800

----------------------------------------------------------------------
 .../apache/camel/component/netty/NettyClientBossPoolBuilder.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3dc6c275/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyClientBossPoolBuilder.java
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyClientBossPoolBuilder.java b/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyClientBossPoolBuilder.java
index 6697491..72a9569 100644
--- a/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyClientBossPoolBuilder.java
+++ b/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyClientBossPoolBuilder.java
@@ -92,7 +92,7 @@ public final class NettyClientBossPoolBuilder {
     }
     
     // Here we don't close the timer, as the timer is passed from out side
-    class UnstoppableTimer implements Timer {
+    private static class UnstoppableTimer implements Timer {
         Timer delegateTimer;
         UnstoppableTimer(Timer timer) {
             delegateTimer = timer;