test/tools/javac/generics/compat/CovariantCompat1.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4836051
  * @summary generics: non-generic code should be able to call covariant method
  * @author gafter
  *
- * @compile -source 1.5 CovariantCompat1.java
+ * @compile  CovariantCompat1.java
  * @compile -source 1.4 CovariantCompat2.java
  */
 
 class CovariantCompat1 {
     static class A {