netty5/transport-native-epoll/src/main
Norman Maurer cd56f87ca1 Remove invalid return
Motivation:

JNI_OnUnload(...) does not return anything (has void in its signature) so we should not try to return something.

Modifications:

Remove return.

Result:

Fix incorrect but harmless code.
2016-02-10 16:48:39 -08:00
..
c Remove invalid return 2016-02-10 16:48:39 -08:00
java/io/netty/channel Epoll.isAvailable() must return false if sun.misc.Unsafe is not present. 2016-02-06 09:59:12 +01:00