equal
deleted
inserted
replaced
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(); |