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

Alexander Zvegintsev azvegint at openjdk.java.net
Mon May 3 16:57:55 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.

Looks like it requires CSR.

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

Marked as reviewed by azvegint (Reviewer).

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


More information about the swing-dev mailing list