test/tools/javac/generics/wildcards/AssignmentDifferentTypes7.java

Print this page

        

@@ -23,11 +23,11 @@
 
 /*
  * @test
  * @summary Test subtyping for wildcards with related type bounds.
  *
- * @compile/fail -source 1.5 AssignmentDifferentTypes7.java
+ * @compile/fail  AssignmentDifferentTypes7.java
  */
 
 public class AssignmentDifferentTypes7 {
 
     public static void main(String[] args) {