netty5/common/src
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
..
main Java 8 migration. Removed custom MathUtil.compare methods (#8748) 2019-01-22 12:37:09 +01:00
test fix typo (#8741) 2019-01-22 08:51:54 +01:00