mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +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
|
@ -50,7 +50,7 @@ public class TestModifier extends JavadocTester {
|
|||
*/
|
||||
public static void main(String[] args) {
|
||||
TestModifier tester = new TestModifier();
|
||||
if (run(tester, ARGS, TEST, NEGATED_TEST) != 0) {
|
||||
if (tester.run(ARGS, TEST, NEGATED_TEST) != 0) {
|
||||
throw new Error("Javadoc error occured during execution.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue