<Swing Dev> RFR: 8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSlider class

Jayathirth D V jdv at openjdk.java.net
Wed May 5 06:10:53 UTC 2021


On Sun, 2 May 2021 06:09:23 GMT, Pankaj Bansal <pbansal at openjdk.org> wrote:

> There is a small error in javadoc for doAccessibleAction function added in AccessibleJSlider class under JDK-8262981. The documentation says that the API returns true always, whereas it can return both true or false depending upon the parameter value, same as is the case with same API in AccessibleJSpinner. This error happened do to an oversight and current fix corrects the error.

Marked as reviewed by jdv (Reviewer).

It is a behavioral change from Javadoc and it needs CSR.

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

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


More information about the swing-dev mailing list