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

Print this page

        

@@ -25,11 +25,10 @@
  * @test
  * @bug 4903501
  * @summary Please add annotation <at>Deprecated to supplant the javadoc tag
  * @author gafter
  *
- * @compile      -source 1.4 -Xlint:-options -Xlint:dep-ann -Werror Dep.java
  * @compile/fail                             -Xlint:dep-ann -Werror Dep.java
  * @compile                                  -Xlint:dep-ann         Dep.java
  */
 
 /** @deprecated */