Remove empty method which I forgot to remove before

This commit is contained in:
norman 2011-11-10 09:16:34 +01:00
parent 3856f99c03
commit d760b4cffe

View File

@ -229,17 +229,6 @@ public class DelimiterBasedFrameDecoder extends FrameDecoder {
}
}
/**
* Set the behavior when a frame longer than maxFrameLength is encountered.
*
*
*/
public DelimiterBasedFrameDecoder setFailImmediatelyOnTooLongFrame(
)
{
return this;
}
private void fail(ChannelHandlerContext ctx, long frameLength) {
if (frameLength > 0) {
Channels.fireExceptionCaught(