netty5/example/src/main
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
..
java/io/netty/example Java 8 migration. Auto close for try catch blocks (#8752) 2019-01-22 15:57:30 +01:00
resources fix the typos 2017-04-20 04:56:09 +02:00