test/tools/javac/annotations/neg/Package.java

Print this page

        

@@ -25,10 +25,10 @@
  * @test
  * @bug 4901290
  * @summary Package annotations
  * @author gafter
  *
- * @compile/fail -source 1.5 Package.java
+ * @compile/fail Package.java
  */
 
 @java.lang.annotation.Documented
 package foo.bar;