Restore compatibility with Java 6

This commit is contained in:
Dan Mulloy 2015-06-17 12:19:29 -04:00
parent c3dacd06aa
commit e6b5d53234

View File

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