netty5/transport-native-kqueue/src
jimin 78adeb5408 All override methods must be added @override (#9285)
Motivation:

Some methods that either override others or are implemented as part of implementation an interface did miss the `@Override` annotation

Modifications:

Add missing `@Override`s

Result:

Code cleanup
2019-06-27 13:52:06 +02:00
..
main All override methods must be added @override (#9285) 2019-06-27 13:52:06 +02:00
test/java/io/netty/channel/kqueue Resolve the pid field in PeerCredentials of KQueueDomainSocketChannels. (#9219) 2019-06-04 05:16:11 -07:00