Fix small typo
This commit is contained in:
parent
28a8bb8b2e
commit
5a91bd36c4
@ -358,7 +358,7 @@ public abstract class FrameDecoder extends SimpleChannelUpstreamHandler {
|
||||
* Get the currently used {@link ChannelBuffer} for cumulation or create one in a lazy fashion if none exist yet
|
||||
*
|
||||
* @param ctx the {@link ChannelHandlerContext} for this handler
|
||||
* @return buffer the {@link ChannelBuffer} which is used fo cumulation
|
||||
* @return buffer the {@link ChannelBuffer} which is used for cumulation
|
||||
*/
|
||||
private ChannelBuffer cumulation(ChannelHandlerContext ctx) {
|
||||
ChannelBuffer c = cumulation;
|
||||
|
Loading…
Reference in New Issue
Block a user