From 0ae4a64db2d79c56748482b6b56b751d8c4e22c8 Mon Sep 17 00:00:00 2001 From: Cruz Julian Bishop Date: Fri, 29 Jun 2012 19:27:41 +1000 Subject: [PATCH] Assuming that @trustin will want this changed :) --- buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java b/buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java index bf59be816d..ca86eb3cd0 100644 --- a/buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java +++ b/buffer/src/main/java/io/netty/buffer/CompositeByteBuf.java @@ -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! * *