Assuming that @trustin will want this changed :)

This commit is contained in:
Cruz Julian Bishop 2012-06-29 19:27:41 +10:00 committed by Trustin Lee
parent 20062de0d9
commit 0ae4a64db2

View File

@ -576,7 +576,7 @@ public class CompositeByteBuf extends AbstractByteBuf {
}
/**
* Gets the {@link ByteBuf} portion of this {@link CompositeByteBuf} that
* Returns the {@link ByteBuf} portion of this {@link CompositeByteBuf} that
* contains the specified {@code index}. This is an expert method!
*
* <p>