langtools/test/tools/javadoc/NoStar.java
changeset 1475 19c0851667ca
parent 10 06bc494ca11e
child 1652 1324f96f3883
equal deleted inserted replaced
1474:b808d0ebfe20 1475:19c0851667ca
    42 */
    42 */
    43 public class NoStar extends Doclet
    43 public class NoStar extends Doclet
    44 {
    44 {
    45     public static void main(String[] args) {
    45     public static void main(String[] args) {
    46         if (com.sun.tools.javadoc.Main.
    46         if (com.sun.tools.javadoc.Main.
    47             execute("javadoc", "NoStar",
    47             execute("javadoc", "NoStar", NoStar.class.getClassLoader(),
    48                     new String[] {System.getProperty("test.src", ".") + java.io.File.separatorChar + "NoStar.java"}) != 0)
    48                     new String[] {System.getProperty("test.src", ".") + java.io.File.separatorChar + "NoStar.java"}) != 0)
    49             throw new Error();
    49             throw new Error();
    50     }
    50     }
    51 
    51 
    52     public static boolean start(com.sun.javadoc.RootDoc root) {
    52     public static boolean start(com.sun.javadoc.RootDoc root) {