Review request 1-line change to fix langtools build failure
Joe Darcy
joe.darcy at oracle.com
Mon Dec 17 15:20:19 PST 2012
Approved; thanks Mandy,
-Joe
On 12/17/2012 02: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