Skip to content

Commit 240c637

Browse files
authored
Merge pull request #20868 from github/redsun82/java-doc
Java: add missing QLDoc
2 parents 05085a8 + b3c0938 commit 240c637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/rangeanalysis/BoundSpecific.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ private import semmle.code.java.dataflow.SSA as Ssa
99
private import semmle.code.java.dataflow.RangeUtils as RU
1010

1111
class SsaVariable extends Ssa::SsaDefinition {
12+
/** Gets a use of this variable. */
1213
Expr getAUse() { result = super.getARead() }
1314
}
1415

0 commit comments

Comments
 (0)