Fixed documentation error

This commit is contained in:
Trustin Lee 2009-09-07 03:27:26 +00:00
parent a436046692
commit b67688fd0f

View File

@ -112,8 +112,8 @@ public abstract class HttpMessageDecoder extends ReplayingDecoder<HttpMessageDec
/** /**
* Creates a new instance with the default * Creates a new instance with the default
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (4096)}, and * {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (8192)}, and
* {@code maxChunkSize (4096)}. * {@code maxChunkSize (8192)}.
*/ */
protected HttpMessageDecoder() { protected HttpMessageDecoder() {
this(4096, 8192, 8192); this(4096, 8192, 8192);