mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 02:43:20 +00:00
8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSlider class
Reviewed-by: azvegint, jdv
This commit is contained in:
parent
be4f25b0c8
commit
3af4efdfcf
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user