Drop unneeded generic type specifiers
[yangtools.git] / yang / yang-data-codec-gson / src / test / java / org / opendaylight / yangtools / yang / data / codec / gson / TestUtils.java
index 260bf502e11b033a9b2f4c9b3dec27dc5b3a370d..c5b6d80c2e775f635e6ab39f9245c5c8cbb339ed 100644 (file)
@@ -37,7 +37,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);
         }