We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4f25b commit 3af4efdCopy full SHA for 3af4efd
src/java.desktop/share/classes/javax/swing/JSlider.java
@@ -1588,7 +1588,7 @@ public String getAccessibleActionDescription(int i) {
1588
* @param i zero-based index of actions. The first action
1589
* (index 0) is AccessibleAction.INCREMENT and the second
1590
* action (index 1) is AccessibleAction.DECREMENT.
1591
- * @return true.
+ * @return true if the action was performed, otherwise false
1592
* @see #getAccessibleActionCount
1593
*/
1594
public boolean doAccessibleAction(int i) {
0 commit comments