CodecUtil should be final
This commit is contained in:
parent
a9948d681e
commit
05770b138d
@ -4,7 +4,7 @@ import io.netty.buffer.ChannelBuffer;
|
||||
import io.netty.channel.ChannelHandlerContext;
|
||||
import io.netty.channel.NoSuchBufferException;
|
||||
|
||||
class CodecUtil {
|
||||
final class CodecUtil {
|
||||
|
||||
static boolean unfoldAndAdd(
|
||||
ChannelHandlerContext ctx, Object msg, boolean inbound) throws Exception {
|
||||
|
Loading…
Reference in New Issue
Block a user