netty5/handler/src
Dmitriy Dumanskiy 5fb515f4af Java 8 migration. Use string switch where possible (#8753)
Motivation:

Replace "if else" conditions with string switch. It is easier to read the code, for large "if else" constructions switch also could be faster.

Modification:

Replaced "if else" with a string switch.

Result:

Use new language features
2019-01-22 15:58:49 +01:00
..
main/java/io/netty/handler Java 8 migration. Use string switch where possible (#8753) 2019-01-22 15:58:49 +01:00
test Require Java8 as minimum (#8739) 2019-01-22 08:48:18 +01:00