mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6748541: javadoc should be reusable
Reviewed-by: bpatel
This commit is contained in:
parent
1dc1dcab49
commit
55ef4bc22e
26 changed files with 54 additions and 62 deletions
|
@ -197,6 +197,7 @@ public abstract class JavadocTester {
|
|||
new PrintWriter(warnings, true),
|
||||
new PrintWriter(notices, true),
|
||||
docletClass,
|
||||
getClass().getClassLoader(),
|
||||
args);
|
||||
System.setOut(prev);
|
||||
standardOut = new StringBuffer(stdout.toString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue