8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSlider class

Reviewed-by: azvegint, jdv
This commit is contained in:
Pankaj Bansal 2021-05-08 10:56:29 +00:00
parent be4f25b0c8
commit 3af4efdfcf

View File

@ -1588,7 +1588,7 @@ public class JSlider extends JComponent implements SwingConstants, Accessible {
* @param i zero-based index of actions. The first action
* (index 0) is AccessibleAction.INCREMENT and the second
* action (index 1) is AccessibleAction.DECREMENT.
* @return true.
* @return true if the action was performed, otherwise false
* @see #getAccessibleActionCount
*/
public boolean doAccessibleAction(int i) {