More straightforward description

This commit is contained in:
Trustin Lee 2009-12-16 05:05:56 +00:00
parent 47498eb159
commit 38c60ef807

View File

@ -430,8 +430,8 @@ public interface ChannelBuffer extends Comparable<ChannelBuffer> {
* the expected minimum number of writable bytes
* @throws IndexOutOfBoundsException
* if {@linkplain #writableBytes() the writable bytes} of this
* buffer is less than the specified value and the capacity of the
* buffer cannot be expanded
* buffer is less than the specified value and if this buffer is
* not a dynamic buffer
*/
void ensureWritableBytes(int writableBytes);