mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -53,8 +53,8 @@ public class TestAbsLinkPath extends JavadocTester {
|
|||
*/
|
||||
public static void main(String[] args) {
|
||||
TestAbsLinkPath tester = new TestAbsLinkPath();
|
||||
run(tester, ARGS1, NO_TEST, NO_TEST);
|
||||
run(tester, ARGS2, TEST, NEGATED_TEST);
|
||||
tester.run(ARGS1, NO_TEST, NO_TEST);
|
||||
tester.run(ARGS2, TEST, NEGATED_TEST);
|
||||
tester.printSummary();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue