Removed a unnecessary period

This commit is contained in:
Trustin Lee 2008-08-10 15:43:04 +00:00
parent f34a018218
commit 298c9eda57
1 changed files with 1 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ public interface ChannelBuffer extends Comparable<ChannelBuffer> {
* Returns the string representation of this buffer. This method doesn't
* necessarily return the whole content of the buffer but returns
* the values of the key properties such as {@link #readerIndex()},
* {@link #writerIndex()} and {@link #capacity()}..
* {@link #writerIndex()} and {@link #capacity()}.
*/
String toString();
}