Fix a compilation error

This commit is contained in:
Trustin Lee 2012-05-22 10:57:59 -07:00
parent baa3388859
commit ee4c1a55eb

View File

@ -124,7 +124,7 @@ class EmbeddedChannel extends AbstractChannel {
}
@Override
protected int doRead() throws Exception {
protected int doRead(ChannelBufferHolder<Object> buf) throws Exception {
return 0;
}