From b644d4e9319eadc16d662e6bcf894e1cfda1f728 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 21 Feb 2013 06:59:49 +0100 Subject: [PATCH] Fix variable name --- .../io/netty/example/http/snoop/HttpSnoopServerInitializer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/main/java/io/netty/example/http/snoop/HttpSnoopServerInitializer.java b/example/src/main/java/io/netty/example/http/snoop/HttpSnoopServerInitializer.java index 8395ba1908..0c1d5bdeb2 100644 --- a/example/src/main/java/io/netty/example/http/snoop/HttpSnoopServerInitializer.java +++ b/example/src/main/java/io/netty/example/http/snoop/HttpSnoopServerInitializer.java @@ -34,7 +34,7 @@ public class HttpSnoopServerInitializer extends ChannelInitializer