You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/04/21 13:42:38 UTC

svn commit: r164040 - /directory/network/trunk/src/java/org/apache/mina/common/ByteBuffer.java

Author: trustin
Date: Thu Apr 21 04:42:37 2005
New Revision: 164040

URL: http://svn.apache.org/viewcvs?rev=164040&view=rev
Log:
Fixed tag errors

Modified:
    directory/network/trunk/src/java/org/apache/mina/common/ByteBuffer.java

Modified: directory/network/trunk/src/java/org/apache/mina/common/ByteBuffer.java
URL: http://svn.apache.org/viewcvs/directory/network/trunk/src/java/org/apache/mina/common/ByteBuffer.java?rev=164040&r1=164039&r2=164040&view=diff
==============================================================================
--- directory/network/trunk/src/java/org/apache/mina/common/ByteBuffer.java (original)
+++ directory/network/trunk/src/java/org/apache/mina/common/ByteBuffer.java Thu Apr 21 04:42:37 2005
@@ -75,7 +75,7 @@
  *   <li>You pass the buffer by calling {@link ProtocolEncoderOutput#write(ByteBuffer)}.</li>
  * </ul>
  * And, you don't need to release any {@link ByteBuffer} which is passed as a parameter
- * of <li>{@link IoHandler#dataRead(IoSession, ByteBuffer)} method.  They are released
+ * of {@link IoHandler#dataRead(IoSession, ByteBuffer)} method.  They are released
  * automatically when the method returns.
  * <p>
  * You have to release buffers manually by calling {@link #release()} when: