mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8005137: Rename DocLint.call to DocLint.init which overrides Plugin.init
Reviewed-by: darcy, jjh
This commit is contained in:
parent
3ce1d65326
commit
9f039ad8bd
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ public class DocLint implements Plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void call(JavacTask task, String... args) {
|
public void init(JavacTask task, String... args) {
|
||||||
init(task, args, true);
|
init(task, args, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue