Fix compile error introduced by bad cherry-pick of f7e8603d60
This commit is contained in:
parent
e177b74874
commit
d951140c56
@ -373,7 +373,7 @@ public class FlowControlHandlerTest {
|
|||||||
final Exchanger<Channel> peerRef = new Exchanger<Channel>();
|
final Exchanger<Channel> peerRef = new Exchanger<Channel>();
|
||||||
final CountDownLatch latch = new CountDownLatch(3);
|
final CountDownLatch latch = new CountDownLatch(3);
|
||||||
final AtomicReference<Throwable> causeRef = new AtomicReference<Throwable>();
|
final AtomicReference<Throwable> causeRef = new AtomicReference<Throwable>();
|
||||||
ChannelInboundHandlerAdapter handler = new ChannelDuplexHandler() {
|
ChannelHandler handler = new ChannelHandler() {
|
||||||
@Override
|
@Override
|
||||||
public void channelActive(ChannelHandlerContext ctx) throws Exception {
|
public void channelActive(ChannelHandlerContext ctx) throws Exception {
|
||||||
ctx.fireChannelActive();
|
ctx.fireChannelActive();
|
||||||
|
Loading…
Reference in New Issue
Block a user