Documentation TODO
This commit is contained in:
parent
f0431bb98d
commit
125ae30d04
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user