Skip to content

Commit

Permalink
Assuming that @trustin will want this changed :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruz Julian Bishop committed Jun 29, 2012
1 parent c55e10c commit c52cb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ private void copyTo(int index, int length, int componentId, ByteBuf dst) {
}

/**
* 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>
Expand Down

0 comments on commit c52cb0e

Please sign in to comment.