Skip to content

Commit 26cf8df

Browse files
Update java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent 3f63d3a commit 26cf8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/TypeFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private module Input implements TypeFlowInput<J::Location> {
2323

2424
/** Gets `t` if it is a `RefType` or the boxed type if `t` is a primitive type. */
2525
private RefType boxIfNeeded(J::Type t) {
26-
t.(J::PrimitiveType).getBoxedType() = result or
26+
t.(PrimitiveType).getBoxedType() = result or
2727
result = t
2828
}
2929

0 commit comments

Comments
 (0)