Skip to content

Commit 041af38

Browse files
authored
Merge pull request github#3697 from intrigus-lgtm/patch-1
Fix typo
2 parents 6f40fc2 + 422b059 commit 041af38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/semmle/code/java/Statement.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ class ThrowStmt extends Stmt, @throwstmt {
522522

523523
/**
524524
* 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,
525+
* thrown by this `throw` statement and occurs
526+
* in the same method as this `throw` statement,
527527
* provided such a `catch` exists.
528528
*/
529529
CatchClause getLexicalCatchIfAny() {

0 commit comments

Comments
 (0)