C#/Java: Address review comments.

This commit is contained in:
Michael Nebel
2024-08-26 15:02:27 +02:00
parent 6ea01b81bb
commit 34d83a6b0d
2 changed files with 2 additions and 2 deletions

View File

@@ -23,6 +23,6 @@ from
where
PartialFlow::partialFlow(source, sink, _) and
p = source.getNode() and
p.asParameter() = api.getParameter(0)
p.asParameter() = api.getAParameter()
select sink.getNode(), source, sink, "There is flow from a $@ to $@.", source.getNode(),
"parameter", sink.getNode(), "intermediate value"