test/jdk/javadoc/tool/generics/wildcards/Main.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /*
  * @test
  * @bug 4421066
  * @summary Verify the contents of the ClassDoc of a generic class.
+ * @ignore API modifications
  * @library ../../lib
  * @modules jdk.javadoc
  * @compile  ../../lib/Tester.java Main.java
  * @run main Main
  */

@@ -41,11 +42,11 @@
     public static void main(String[] args) throws IOException {
         tester.run();
         tester.verify();
     }
 
-    public static boolean start(RootDoc root) {
+    public static boolean run(DocletEnvironment root) {
         try {
             for (ClassDoc cd : root.classes()) {
                 tester.printClass(cd);
             }