On Sun, 2 May 2021 06:09:23 GMT, Pankaj Bansal <pban...@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. This pull request has now been integrated. Changeset: 3af4efdf Author: Pankaj Bansal <pban...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/3af4efdfcfbbb52d38415374083c66c9e7b22604 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSlider class Reviewed-by: azvegint, jdv ------------- PR: https://git.openjdk.java.net/jdk/pull/3832