< prev index next >

test/jdk/java/lang/reflect/OldenCompilingWithDefaults.java

Print this page

        

@@ -23,11 +23,10 @@
 
 /*
  * @test
  * @bug 8009267
  * @summary Verify uses of isAnnotationPresent compile under older source versions
- * @compile -source 1.6 -target 1.6 OldenCompilingWithDefaults.java
  * @compile -source 1.7 -target 1.7 OldenCompilingWithDefaults.java
  * @compile                         OldenCompilingWithDefaults.java
  */
 
 import java.lang.reflect.*;
< prev index next >