netty5/transport/src
Carl Mastrangelo 60250f3795 Make DelegatingChannelPromiseNotifier use Vararg overload
Motivation:
ErrorProne complains that the array override doesn't match the
vararg super call.  See http://errorprone.info/bugpattern/Overrides

Additionally, almost every other Future uses the vararg form, so
it would be stylistically consistent to keep it that way.

Modifications:
Use vararg override.

Result:
Cleaner, less naggy code.
2017-07-28 07:29:43 +02:00
..
main/java/io/netty Make DelegatingChannelPromiseNotifier use Vararg overload 2017-07-28 07:29:43 +02:00
test/java/io/netty Make DelegatingChannelPromiseNotifier use Vararg overload 2017-07-28 07:29:43 +02:00