netty5/buffer/src
kezhenxu94 7b6336f1fd Java 8 Migration: remove uneccessary if statement (#8755)
Motivation:

As netty 4.x supported Java 6 we had various if statements to check for java versions < 8. We can remove these now.

Modification:

Remove unnecessary if statements that check for java versions < 8.

Result:

Cleanup code.
2019-01-25 08:57:11 +01:00
..
main/java/io/netty/buffer Java 8 Migration: remove uneccessary if statement (#8755) 2019-01-25 08:57:11 +01:00
test/java/io/netty/buffer Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +01:00