Forgot to check in ...

This commit is contained in:
Trustin Lee 2008-08-20 08:22:05 +00:00
parent 07f17cfd4f
commit 84ea016931

View File

@ -367,9 +367,10 @@ class ReplayingDecoderBuffer implements ChannelBuffer {
reject();
}
public void setBytes(int index, InputStream in, int length)
public int setBytes(int index, InputStream in, int length)
throws IOException {
reject();
return -1;
}
public void setZero(int index, int length) {