Skip to content

Commit 1b39faa

Browse files
committed
QLDoc correction
1 parent 5e3d9d8 commit 1b39faa

File tree

1 file changed

+1
-1
lines changed
  • java/ql/lib/semmle/code/java/frameworks/stapler

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/frameworks/stapler/Stapler.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private class GenerateResponseMethod extends Method {
9999
}
100100
}
101101

102-
/** Gets the static type of `e`, or an upper bound of the runtime type of `e`. */
102+
/** Holds if `t` is the static type of `e`, or an upper bound of the runtime type of `e`. */
103103
private predicate boundOrStaticType(Expr e, RefType t) {
104104
exprTypeFlow(e, t, false)
105105
or

0 commit comments

Comments
 (0)