Fix compile error

This commit is contained in:
Norman Maurer 2014-07-24 14:52:04 +02:00
parent 3bcd243ffc
commit 581374c111

View File

@ -193,7 +193,7 @@ public class ReplayingDecoderTest {
out.add("data");
}
}
}, new ChannelInboundHandlerAdapter() {
}, new ChannelHandlerAdapter() {
@Override
public void channelInactive(ChannelHandlerContext ctx) throws Exception {
queue.add(3);