jdk/test/java/lang/reflect/Generics/TestPlainArrayNotGeneric.java
changeset 7803 56bc97d69d93
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
--- a/jdk/test/java/lang/reflect/Generics/TestPlainArrayNotGeneric.java	Sat Dec 18 09:10:49 2010 -0800
+++ b/jdk/test/java/lang/reflect/Generics/TestPlainArrayNotGeneric.java	Mon Dec 20 13:47:04 2010 -0800
@@ -103,7 +103,7 @@
         }
     }
 
-    private static final Set<Type> checking = new HashSet<Type>();
+    private static final Set<Type> checking = new HashSet<>();
 
     private static void check(Type t, String what) {
         if (t == null || !checking.add(t))