fix typo
This commit is contained in:
parent
942b746d73
commit
9aa81cd083
@ -239,7 +239,7 @@ public class LengthFieldBasedFrameDecoder extends FrameDecoder {
|
|||||||
int maxFrameLength,
|
int maxFrameLength,
|
||||||
int lengthFieldOffset, int lengthFieldLength,
|
int lengthFieldOffset, int lengthFieldLength,
|
||||||
int lengthAdjustment, int initialBytesToStrip) {
|
int lengthAdjustment, int initialBytesToStrip) {
|
||||||
this(maxFrameLength, lengthFieldOffset, lengthFieldOffset, lengthAdjustment,
|
this(maxFrameLength, lengthFieldOffset, lengthFieldLength, lengthAdjustment,
|
||||||
initialBytesToStrip, false);
|
initialBytesToStrip, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user