diff --git a/src/main/java/org/jboss/netty/buffer/ChannelBuffer.java b/src/main/java/org/jboss/netty/buffer/ChannelBuffer.java index 2bc49bf549..54430d9944 100644 --- a/src/main/java/org/jboss/netty/buffer/ChannelBuffer.java +++ b/src/main/java/org/jboss/netty/buffer/ChannelBuffer.java @@ -1354,7 +1354,7 @@ public interface ChannelBuffer extends Comparable { * 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(); }