netty5/resolver-dns/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/resolver/dns Java 8 Migration: remove uneccessary if statement (#8755) 2019-01-25 08:57:11 +01:00
test Java 8 Migration: remove uneccessary if statement (#8755) 2019-01-25 08:57:11 +01:00