Skip to content

Commit

Permalink
8265291: Error in Javadoc for doAccessibleAction API in AccessibleJSl…
Browse files Browse the repository at this point in the history
…ider class

Reviewed-by: azvegint, jdv
  • Loading branch information
Pankaj Bansal committed May 8, 2021
1 parent be4f25b commit 3af4efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.desktop/share/classes/javax/swing/JSlider.java
Expand Up @@ -1588,7 +1588,7 @@ public String getAccessibleActionDescription(int i) {
* @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) {
Expand Down

1 comment on commit 3af4efd

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.