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
|
@ -53,7 +53,7 @@ public class TestBreakIterator extends JavadocTester {
|
|||
*/
|
||||
public static void main(String[] args) {
|
||||
TestBreakIterator tester = new TestBreakIterator();
|
||||
run(tester, ARGS, TEST, NEGATED_TEST);
|
||||
tester.run(ARGS, TEST, NEGATED_TEST);
|
||||
tester.printSummary();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue