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 * the expected minimum number of writable bytes
* @throws IndexOutOfBoundsException * @throws IndexOutOfBoundsException
* if {@linkplain #writableBytes() the writable bytes} of this * if {@linkplain #writableBytes() the writable bytes} of this
* buffer is less than the specified value and the capacity of the * buffer is less than the specified value and if this buffer is
* buffer cannot be expanded * not a dynamic buffer
*/ */
void ensureWritableBytes(int writableBytes); void ensureWritableBytes(int writableBytes);