Minor typo in exception message
This commit is contained in:
parent
d43d95cc0d
commit
927c4ee8cb
@ -240,7 +240,7 @@ final class DefaultChannelHandlerContext extends DefaultAttributeMap implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (buf == null) {
|
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) {
|
if (buf instanceof ByteBuf) {
|
||||||
|
Loading…
Reference in New Issue
Block a user