netty5/transport-native-epoll/src/main
Norman Maurer 19dcb15062 Use underscore in native library names for consistency.
Motivation:

At the moment we try to load the library using multiple names which includes names using - but also _ . We should just use _ all the time.

Modifications:

Replace - with _

Result:

Fixes [#7069]
2017-08-15 06:02:00 +02:00
..
c Use underscore in native library names for consistency. 2017-08-15 06:02:00 +02:00
java/io/netty/channel/epoll Use underscore in native library names for consistency. 2017-08-15 06:02:00 +02:00