Fixed Javadoc error
This commit is contained in:
parent
3362114248
commit
edfc15424e
@ -73,11 +73,11 @@ import org.jboss.netty.handler.codec.replay.ReplayingDecoder;
|
|||||||
* 0
|
* 0
|
||||||
* Content-MD5: ...
|
* Content-MD5: ...
|
||||||
* <i>[blank line]</i>
|
* <i>[blank line]</i>
|
||||||
* </pre>.
|
* </pre>
|
||||||
* triggers {@link HttpRequestDecoder} to generate 4 objects:
|
* triggers {@link HttpRequestDecoder} to generate 4 objects:
|
||||||
* <ol>
|
* <ol>
|
||||||
* <li>An {@link HttpRequest} whose {@link HttpMessage#isChunked() chunked}
|
* <li>An {@link HttpRequest} whose {@link HttpMessage#isChunked() chunked}
|
||||||
* property is {@code true},<li>
|
* property is {@code true},</li>
|
||||||
* <li>The first {@link HttpChunk} whose content is {@code 'abcdefghijklmnopqrstuvwxyz'},</li>
|
* <li>The first {@link HttpChunk} whose content is {@code 'abcdefghijklmnopqrstuvwxyz'},</li>
|
||||||
* <li>The second {@link HttpChunk} whose content is {@code '1234567890abcdef'}, and</li>
|
* <li>The second {@link HttpChunk} whose content is {@code '1234567890abcdef'}, and</li>
|
||||||
* <li>An {@link HttpChunkTrailer} which marks the end of the content.</li>
|
* <li>An {@link HttpChunkTrailer} which marks the end of the content.</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user