test/tools/javac/annotations/pos/RightTarget.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4901271
  * @summary java.lang.annotation.Target
  * @author gafter
  *
- * @compile -source 1.5 RightTarget.java
+ * @compile RightTarget.java
  */
 
 import java.lang.annotation.ElementType;
 
 @java.lang.annotation.Target({ElementType.TYPE})