common -> recommended
This commit is contained in:
parent
82e677591c
commit
a145d578cc
@ -39,8 +39,9 @@ import java.util.NoSuchElementException;
|
|||||||
*
|
*
|
||||||
* <h3>Creation of a buffer</h3>
|
* <h3>Creation of a buffer</h3>
|
||||||
*
|
*
|
||||||
* It is common for a user to create a new buffer using {@link ChannelBuffers}
|
* It is recommended to create a new buffer using the helper methods in
|
||||||
* utility class rather than calling an individual implementation's constructor.
|
* {@link ChannelBuffers} rather than calling an individual implementation's
|
||||||
|
* constructor.
|
||||||
*
|
*
|
||||||
* <h3>Random Access Indexing</h3>
|
* <h3>Random Access Indexing</h3>
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user