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

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4881259
  * @summary generics: allow arrays of unbounded generic types
  * @author gafter
  *
- * @compile -source 1.5 UnboundArray.java
+ * @compile  UnboundArray.java
  */
 
 class C<E> {
 }