[#1202] Fix javadoc

This commit is contained in:
Norman Maurer 2013-03-28 10:01:26 +01:00
parent 14a47075be
commit 5a7f049fe2

View File

@ -214,7 +214,7 @@ import java.nio.charset.UnsupportedCharsetException;
*
* If a {@link ByteBuf} can be converted into an NIO {@link ByteBuffer} which shares its
* content (i.e. view buffer), you can get it via the {@link #nioBuffer()} method. To determine
* if a buffer can be converted into an NIO buffer, use {@link #nioBuffer()}.
* if a buffer can be converted into an NIO buffer, use {@link #nioBufferCount()}.
*
* <h4>Strings</h4>
*