mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +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
|
@ -94,7 +94,7 @@ public class TestJavaFX extends JavadocTester {
|
|||
*/
|
||||
public static void main(String[] args) {
|
||||
TestJavaFX tester = new TestJavaFX();
|
||||
run(tester, ARGS, TEST, NO_TEST);
|
||||
tester.run(ARGS, TEST, NO_TEST);
|
||||
tester.printSummary();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue