test/tools/javadoc/generics/genericInnerAndOuter/Main.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4421066
  * @summary Verify the contents of the ClassDoc of
  *          a generic class with a generic inner class.
  * @library ../../lib
- * @compile -source 1.5 ../../lib/Tester.java Main.java
+ * @compile  ../../lib/Tester.java Main.java
  * @run main Main
  */
 
 import java.io.IOException;
 import java.util.Arrays;