langtools/test/tools/javadoc/nestedClass/NestedClass.java
changeset 1475 19c0851667ca
parent 10 06bc494ca11e
child 1652 1324f96f3883
equal deleted inserted replaced
1474:b808d0ebfe20 1475:19c0851667ca
    37 {
    37 {
    38     public NestedClassB b;
    38     public NestedClassB b;
    39 
    39 
    40     public static void main(String[] args) {
    40     public static void main(String[] args) {
    41         if (com.sun.tools.javadoc.Main.
    41         if (com.sun.tools.javadoc.Main.
    42             execute("javadoc", "NestedClass",
    42             execute("javadoc", "NestedClass", NestedClass.class.getClassLoader(),
    43                     new String[] {System.getProperty("test.src", ".") +
    43                     new String[] {System.getProperty("test.src", ".") +
    44                                   java.io.File.separatorChar +
    44                                   java.io.File.separatorChar +
    45                                   "NestedClass.java"})
    45                                   "NestedClass.java"})
    46             != 0)
    46             != 0)
    47             throw new Error();
    47             throw new Error();