mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8041150: Avoid silly use of static methods in JavadocTester
Reviewed-by: ksrini
This commit is contained in:
parent
a2d155dfa9
commit
04e1109b69
131 changed files with 205 additions and 204 deletions
|
@ -107,9 +107,9 @@ public class PackagesHeader extends JavadocTester {
|
|||
public static void main(String[] args) {
|
||||
JavadocTester tester = new PackagesHeader();
|
||||
|
||||
run(tester, JAVADOC_ARGS1, TESTARRAY1, NEGATED_TEST);
|
||||
run(tester, JAVADOC_ARGS2, TESTARRAY2, NEGATED_TEST);
|
||||
run(tester, JAVADOC_ARGS3, TESTARRAY3, NEGATED_TEST);
|
||||
tester.run(JAVADOC_ARGS1, TESTARRAY1, NEGATED_TEST);
|
||||
tester.run(JAVADOC_ARGS2, TESTARRAY2, NEGATED_TEST);
|
||||
tester.run(JAVADOC_ARGS3, TESTARRAY3, NEGATED_TEST);
|
||||
|
||||
tester.printSummary();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue