netty5/transport-native-epoll/src
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
..
main Remove invalid return 2016-02-10 16:48:39 -08:00
test/java/io/netty/channel Native EPOLL Library Allows Shading 2016-02-03 14:40:28 -08:00