Drop unneeded generic type specifiers
[yangtools.git] / yang / yang-data-codec-gson / src / test / java / org / opendaylight / yangtools / yang / data / codec / gson / retest / TestUtils.java
index 9d57d47d6070fe7b3e9d64235c2eb1ee58b07934..ed539d785a0627c9a5852f020bc24e259c8635de 100644 (file)
@@ -35,7 +35,7 @@ public class TestUtils {
         URI path = StreamToNormalizedNodeTest.class.getResource(resourceDirectory).toURI();
         final File testDir = new File(path);
         final String[] fileList = testDir.list();
-        final List<File> testFiles = new ArrayList<File>();
+        final List<File> testFiles = new ArrayList<>();
         if (fileList == null) {
             throw new FileNotFoundException(resourceDirectory);
         }