test/jdk/javadoc/tool/enum/enumType/Main.java

Print this page

        

*** 23,32 **** --- 23,33 ---- /* * @test * @bug 4421066 * @summary Verify the contents of an enum type. + * @ignore API modifications * @library ../../lib * @modules jdk.javadoc * @compile ../../lib/Tester.java Main.java * @run main Main */
*** 41,51 **** public static void main(String[] args) throws IOException { tester.run(); tester.verify(); } ! public static boolean start(RootDoc root) { try { for (ClassDoc cd : root.classes()) { tester.printClass(cd); } --- 42,52 ---- public static void main(String[] args) throws IOException { tester.run(); tester.verify(); } ! public static boolean run(DocletEnvironment root) { try { for (ClassDoc cd : root.classes()) { tester.printClass(cd); }