Fix compile error introduced by cherry-pick edf1eb10d5

This commit is contained in:
Norman Maurer 2015-05-07 18:43:12 +02:00
parent c61e50bf4f
commit d3c1424e72

View File

@ -229,6 +229,6 @@ public class SocketSslClientRenegotiateTest extends AbstractSocketTest {
}
@Override
public void channelRead0(ChannelHandlerContext ctx, ByteBuf in) throws Exception { }
public void messageReceived(ChannelHandlerContext ctx, ByteBuf in) throws Exception { }
}
}