This commit is contained in:
Trustin Lee 2009-11-17 04:59:33 +00:00
parent e12d04da74
commit 960bbe3879

View File

@ -56,7 +56,7 @@ public interface HttpChunk {
/**
* Returns the content of this chunk. If this is the 'end of content'
* maker, {@link ChannelBuffers#EMPTY_BUFFER} will be returned.
* marker, {@link ChannelBuffers#EMPTY_BUFFER} will be returned.
*/
ChannelBuffer getContent();
}