netty5/testsuite
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
..
src/main/java/io/netty/testsuite Java 8 migration. Auto close for try catch blocks (#8752) 2019-01-22 15:57:30 +01:00
.gitignore updated udt and connection test 2013-05-14 06:46:07 +02:00
pom.xml Correcting Maven Dependencies (#8622) 2018-12-06 09:02:00 +01:00