Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Cleanup API
Browse files Browse the repository at this point in the history
  • Loading branch information
YaaZ committed Jun 3, 2024
1 parent 3ddb4c2 commit 563d0aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/jetbrains/AccessibleAnnouncer.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public interface AccessibleAnnouncer {
* @param a an accessible to which the announcing relates
* @param str string for announcing
* @param priority priority for announcing
* @throws Exception if an exception occurred
*/
void announce(Accessible a, final String str, final int priority) throws Exception;
void announce(Accessible a, final String str, final int priority);
}

0 comments on commit 563d0aa

Please sign in to comment.