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

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4865660 4906400
  * @summary implement "metadata" (attribute interfaces and program annotations)
  * @author gafter
  *
- * @compile -source 1.5 Z3.java
+ * @compile Z3.java
  */
 
 enum Color { red, green, blue }
 
 class X {}