Fix compile error
This commit is contained in:
parent
3bcd243ffc
commit
581374c111
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user