Fix a compilation error
This commit is contained in:
parent
baa3388859
commit
ee4c1a55eb
@ -124,7 +124,7 @@ class EmbeddedChannel extends AbstractChannel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected int doRead() throws Exception {
|
protected int doRead(ChannelBufferHolder<Object> buf) throws Exception {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user