Minor typo in exception message

This commit is contained in:
Daniel Bevenius 2012-07-25 20:51:06 +02:00
parent d43d95cc0d
commit 927c4ee8cb

View File

@ -240,7 +240,7 @@ final class DefaultChannelHandlerContext extends DefaultAttributeMap implements
}
if (buf == null) {
throw new ChannelPipelineException("A user handler's newInboundBuffer() returned null");
throw new ChannelPipelineException("A user handler's newOutboundBuffer() returned null");
}
if (buf instanceof ByteBuf) {