Skip to content

Commit 12aeaee

Browse files
committed
Java: Address review comment.
1 parent 818e75b commit 12aeaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ predicate parameterPosition(int i) { i in [-1 .. any(Parameter p).getPosition()]
2020
Node summaryNode(SummarizedCallable c, SummaryNodeState state) { result = getSummaryNode(c, state) }
2121

2222
/** Gets the synthesized data-flow call for `receiver`. */
23-
DataFlowCall summaryDataFlowCall(Node receiver) { result.(SummaryCall).getReceiver() = receiver }
23+
SummaryCall summaryDataFlowCall(Node receiver) { result.getReceiver() = receiver }
2424

2525
/** Gets the type of content `c`. */
2626
DataFlowType getContentType(Content c) { result = c.getType() }

0 commit comments

Comments
 (0)