Fix a compilation error
This commit is contained in:
parent
f3734e1eb9
commit
1e7c65c12e
@ -76,8 +76,9 @@ class EmbeddedChannel extends AbstractChannel {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void doRegister() throws Exception {
|
||||
protected Runnable doRegister() throws Exception {
|
||||
state = 1;
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user