Restore compatibility with Java 6
Dieser Commit ist enthalten in:
Ursprung
c3dacd06aa
Commit
e6b5d53234
@ -181,7 +181,7 @@ abstract class EventLoopProxy implements EventLoop {
|
||||
|
||||
@Override
|
||||
public EventLoop next() {
|
||||
return getDelegate().next();
|
||||
return ((EventLoopGroup) getDelegate()).next();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren