mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24: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
|
@ -282,8 +282,8 @@ public class TestProfiles extends JavadocTester {
|
|||
*/
|
||||
public static void main(String[] args) {
|
||||
TestProfiles tester = new TestProfiles();
|
||||
run(tester, ARGS1, PROFILES_TEST, PROFILES_NEGATED_TEST);
|
||||
run(tester, ARGS2, PACKAGES_TEST, PACKAGES_NEGATED_TEST, NO_FILE_TEST, PACKAGES_NEGATED_FILE_TEST);
|
||||
tester.run(ARGS1, PROFILES_TEST, PROFILES_NEGATED_TEST);
|
||||
tester.run(ARGS2, PACKAGES_TEST, PACKAGES_NEGATED_TEST, NO_FILE_TEST, PACKAGES_NEGATED_FILE_TEST);
|
||||
tester.printSummary();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue