test/java/lang/reflect/Generics/TestN1.java

Print this page

        

@@ -24,11 +24,11 @@
 /*
 * @test
 * @bug 4891872
 * @summary Some tests for the generic core reflection api.
 * @author Gilad Bracha
-* @compile -source 1.5 TestN1.java
+* @compile TestN1.java
 * @run main/othervm -ea TestN1
 */
 
 
 import java.lang.reflect.*;