Review request 1-line change to fix langtools build failure
Jim Holmlund
james.holmlund at oracle.com
Mon Dec 17 15:12:39 PST 2012
approved
- jjh
On 12/17/2012 2:48 PM, Mandy Chung wrote:
> langtools build fails because of the rename of Plugin.call method [1]. Can I get someone to review
> this 1-line fix?
>
> Thanks
> Mandy
>
>
> diff --git a/src/share/classes/com/sun/tools/doclint/DocLint.java
> b/src/share/classes/com/sun/tools/doclint/DocLint.java
> --- a/src/share/classes/com/sun/tools/doclint/DocLint.java
> +++ b/src/share/classes/com/sun/tools/doclint/DocLint.java
> @@ -271,7 +271,7 @@
> }
>
> @Override
> - public void call(JavacTask task, String... args) {
> + public void init(JavacTask task, String... args) {
> init(task, args, true);
> }
>
> [1] http://hg.openjdk.java.net/jdk8/tl/langtools/rev/064e372f273d
More information about the compiler-dev
mailing list