Merge pull request #475 from danbev/channel_handler_context_typo
Minor typo in exception message of DefaultChannelHandlerContext
This commit is contained in:
commit
137525d4c5
@ -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