<Swing Dev> Integrated: 8265278: doc build fails after JDK-8262981

Pankaj Bansal pbansal at openjdk.java.net
Thu Apr 15 14:07:39 UTC 2021


On Thu, 15 Apr 2021 13:51:57 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

> The doc build fails after the JDK-8262981. The JDK-8262981 adds a new function, but by mistake the param name used in function is different from the param name mentioned in @param tag. This breaks the doc build.
> 
> This change corrects the param name. I have verified that the doc build runs successfully after the changes by running following command. It fails before the current change and passes with the change.
> 
> "make jdk-image docs-jdk"

This pull request has now been integrated.

Changeset: 6b907155
Author:    Pankaj Bansal <pbansal at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6b907155
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8265278: doc build fails after JDK-8262981

Reviewed-by: jdv, trebari

-------------

PR: https://git.openjdk.java.net/jdk/pull/3518


More information about the swing-dev mailing list