netty5/common/src
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
..
main Use underscore in native library names for consistency. 2017-08-15 06:02:00 +02:00
test Move methods for decode hex dump into StringUtil 2017-06-23 18:52:42 +02:00