Skip to content

Commit b38839e

Browse files
authored
Merge pull request github#3920 from Marcono1234/patch-3
Improve VariableAssign.getSource documentation
2 parents c166fee + 00a6181 commit b38839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ class VariableAssign extends VariableUpdate {
12431243
}
12441244

12451245
/**
1246-
* Gets the source of this assignment, if any.
1246+
* Gets the source (right-hand side) of this assignment, if any.
12471247
*
12481248
* An initialization in a `CatchClause` or `EnhancedForStmt` is implicit and
12491249
* does not have a source.

0 commit comments

Comments
 (0)