Fixed Javadoc error

This commit is contained in:
Trustin Lee 2010-01-26 09:43:20 +00:00
parent 3362114248
commit edfc15424e

View File

@ -73,11 +73,11 @@ import org.jboss.netty.handler.codec.replay.ReplayingDecoder;
* 0
* Content-MD5: ...
* <i>[blank line]</i>
* </pre>.
* </pre>
* triggers {@link HttpRequestDecoder} to generate 4 objects:
* <ol>
* <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 second {@link HttpChunk} whose content is {@code '1234567890abcdef'}, and</li>
* <li>An {@link HttpChunkTrailer} which marks the end of the content.</li>