Archiviert
13
0

Restore compatibility with Java 6

Dieser Commit ist enthalten in:
Dan Mulloy 2015-06-17 12:19:29 -04:00
Ursprung c3dacd06aa
Commit e6b5d53234

Datei anzeigen

@ -181,7 +181,7 @@ abstract class EventLoopProxy implements EventLoop {
@Override
public EventLoop next() {
return getDelegate().next();
return ((EventLoopGroup) getDelegate()).next();
}
@Override