Tighten visibility

This commit is contained in:
Trustin Lee 2013-01-17 14:43:59 +09:00
parent dfbecb796c
commit 5a82dccbc5

View File

@ -65,8 +65,7 @@ class ChannelBufferByteOutput implements ByteOutput {
* Return the {@link ByteBuf} which contains the written content
*
*/
public ByteBuf getBuffer() {
ByteBuf getBuffer() {
return buffer;
}
}