From 298c9eda57694e9487aac14d5c290214a21ff7f1 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sun, 10 Aug 2008 15:43:04 +0000 Subject: [PATCH] Removed a unnecessary period --- src/main/java/org/jboss/netty/buffer/ChannelBuffer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }