<Swing Dev> RFR: 8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSlider class
Pankaj Bansal
pbansal at openjdk.java.net
Sun May 2 06:39:01 UTC 2021
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.
-------------
Commit messages:
- 8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSlider class
Changes: https://git.openjdk.java.net/jdk/pull/3832/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3832&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8265291
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/3832.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3832/head:pull/3832
PR: https://git.openjdk.java.net/jdk/pull/3832
More information about the swing-dev
mailing list