Documentation TODO

This commit is contained in:
Trustin Lee 2010-01-25 12:22:53 +00:00
parent f0431bb98d
commit 125ae30d04
2 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,7 @@ import java.nio.charset.UnsupportedCharsetException;
* @apiviz.landmark
*/
public interface ChannelBuffer extends Comparable<ChannelBuffer> {
// TODO Review the documentation before releasing 3.2.0
/**
* Returns the factory which creates a {@link ChannelBuffer} whose

View File

@ -91,6 +91,7 @@ import org.jboss.netty.util.CharsetUtil;
* @apiviz.has org.jboss.netty.buffer.ChannelBuffer oneway - - creates
*/
public class ChannelBuffers {
// TODO Review the documentation before releasing 3.2.0
/**
* Big endian byte order.