We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78c065 commit 422b059Copy full SHA for 422b059
java/ql/src/semmle/code/java/Statement.qll
@@ -522,8 +522,8 @@ class ThrowStmt extends Stmt, @throwstmt {
522
523
/**
524
* Gets the `catch` clause that catches the exception
525
- * thrown by this `throws` statement and occurs
526
- * in the same method as this `throws` statement,
+ * thrown by this `throw` statement and occurs
+ * in the same method as this `throw` statement,
527
* provided such a `catch` exists.
528
*/
529
CatchClause getLexicalCatchIfAny() {
0 commit comments