CodecUtil should be final

This commit is contained in:
Trustin Lee 2012-05-29 17:25:38 -07:00
parent a9948d681e
commit 05770b138d

View File

@ -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 {