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

Print this page

        

*** 24,34 **** /* * @test * @bug 4421066 * @summary Verify the reading of generic methods and constructors. * @library ../../lib ! * @compile -source 1.5 ../../lib/Tester.java Main.java * @run main Main */ import java.io.IOException; import com.sun.javadoc.*; --- 24,34 ---- /* * @test * @bug 4421066 * @summary Verify the reading of generic methods and constructors. * @library ../../lib ! * @compile ../../lib/Tester.java Main.java * @run main Main */ import java.io.IOException; import com.sun.javadoc.*;