netty5/codec/src
Dmitriy Dumanskiy c34340fff8 Java 8 migration. Auto close for try catch blocks (#8752)
Motivation:

Since Java 7 we can automatically close resources in try () construction.

Modification:

Changed all try catches in the code with autoclose try (resource)

Result:

Less boiler-plate
2019-01-22 15:57:30 +01:00
..
main/java/io/netty/handler/codec Java 8 migration. Auto close for try catch blocks (#8752) 2019-01-22 15:57:30 +01:00
test Require Java8 as minimum (#8739) 2019-01-22 08:48:18 +01:00