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

Print this page

        

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