netty5/common
Dmitriy Dumanskiy 82b0db5013 Java 8 migration. Removed custom MathUtil.compare methods (#8748)
Motivation:

Netty uses own Integer.compare and Long.compare methods. Since Java 7 we can use Java implementation instead.

Modification:

Remove own implementation

Result:

Less code to maintain
2019-01-22 12:37:09 +01:00
..
src Java 8 migration. Removed custom MathUtil.compare methods (#8748) 2019-01-22 12:37:09 +01:00
pom.xml Update version number to start working on Netty 5 2018-11-20 15:49:57 +01:00