jdk/test/java/util/Random/DistinctSeeds.java
changeset 7803 56bc97d69d93
parent 5506 202f599c92aa
child 9242 ef138d47df58
--- a/jdk/test/java/util/Random/DistinctSeeds.java	Sat Dec 18 09:10:49 2010 -0800
+++ b/jdk/test/java/util/Random/DistinctSeeds.java	Mon Dec 20 13:47:04 2010 -0800
@@ -59,7 +59,7 @@
             }
         }
         final int threadCount = 2;
-        List<RandomCollector> collectors = new ArrayList<RandomCollector>();
+        List<RandomCollector> collectors = new ArrayList<>();
         List<Thread> threads = new ArrayList<Thread>();
         for (int i = 0; i < threadCount; i++) {
             RandomCollector r = new RandomCollector();