--- a/langtools/src/share/classes/com/sun/tools/jdeps/ClassFileReader.java Wed Dec 18 19:22:58 2013 +0000
+++ b/langtools/src/share/classes/com/sun/tools/jdeps/ClassFileReader.java Wed Dec 18 16:05:18 2013 -0500
@@ -189,7 +189,7 @@
}
private List<Path> walkTree(Path dir) throws IOException {
- final List<Path> files = new ArrayList<Path>();
+ final List<Path> files = new ArrayList<>();
Files.walkFileTree(dir, new SimpleFileVisitor<Path>() {
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs)
throws IOException {