<Swing Dev> RFR: 8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSlider class
Pankaj Bansal
pbansal at openjdk.java.net
Mon May 3 17:12:47 UTC 2021
On Mon, 3 May 2021 16:55:07 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
> Looks like it requires CSR.
I think CSR is not required in this case. CSR would have been required if return type was being changed. Here the change only says that the function can return both true or false instead of just true, but the return type is not being changed. I will try to get clarity on this and proceed accordingly.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3832
More information about the swing-dev
mailing list