This commit is contained in:
Trustin Lee 2009-11-17 04:16:24 +00:00
parent 6075c50cf7
commit 2e47058fc7

View File

@ -36,7 +36,7 @@ import org.jboss.netty.channel.ChannelPipeline;
public interface HttpChunk {
/**
* The 'end of content' maker in chunked encoding.
* The 'end of content' marker in chunked encoding.
*/
static HttpChunk LAST_CHUNK = new DefaultHttpChunk(ChannelBuffers.EMPTY_BUFFER);