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

changeset 289
84061bd68019
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
288:d402db1005ad 289:84061bd68019
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 4421066 26 * @bug 4421066
27 * @summary Verify the contents of the ClassDoc of a generic class. 27 * @summary Verify the contents of the ClassDoc of a generic class.
28 * @library ../../lib 28 * @library ../../lib
29 * @compile -source 1.5 ../../lib/Tester.java Main.java 29 * @compile ../../lib/Tester.java Main.java
30 * @run main Main 30 * @run main Main
31 */ 31 */
32 32
33 import java.io.IOException; 33 import java.io.IOException;
34 import java.util.Arrays; 34 import java.util.Arrays;

mercurial