Repository: camel Updated Branches: refs/heads/camel-2.15.x 76abfb4c5 -> c54b3628b
Mark constant final Signed-off-by: Gregor Zurowski <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0a4c7e30 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0a4c7e30 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0a4c7e30 Branch: refs/heads/camel-2.15.x Commit: 0a4c7e30c9c568e8909441be2cb8febfaa70bf44 Parents: 76abfb4 Author: Gregor Zurowski <[email protected]> Authored: Fri Jan 22 15:54:27 2016 +0100 Committer: Gregor Zurowski <[email protected]> Committed: Sun Mar 27 18:02:33 2016 +0200 ---------------------------------------------------------------------- .../org/apache/camel/component/netty4/NettyProducerHangTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0a4c7e30/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyProducerHangTest.java ---------------------------------------------------------------------- diff --git a/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyProducerHangTest.java b/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyProducerHangTest.java index 9a51188..2b4e74d 100644 --- a/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyProducerHangTest.java +++ b/components/camel-netty4/src/test/java/org/apache/camel/component/netty4/NettyProducerHangTest.java @@ -27,7 +27,7 @@ import org.junit.Test; public class NettyProducerHangTest extends CamelTestSupport { - private static int PORT = 4093; + private static final int PORT = 4093; @Test public void nettyProducerHangsOnTheSecondRequestToTheSocketWhichIsClosed() throws Exception {
