Skip to content

Commit d88c551

Browse files
aschackmullhvitved
authored andcommitted
Dataflow: qldoc fix
1 parent 98f10b2 commit d88c551

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/ql/src/semmle/code/java/dataflow/internal/DataFlowImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ private class AccessPathApproxOption extends TAccessPathApproxOption {
16451645
}
16461646

16471647
/**
1648-
* Holds if `node` is reachable with approximate access path `ap` from a source
1648+
* Holds if `node` is reachable with approximate access path `apa` from a source
16491649
* in the configuration `config`.
16501650
*
16511651
* The call context `cc` records whether the node is reached through an
@@ -1863,7 +1863,7 @@ private predicate flowFwdIsEntered(
18631863
}
18641864

18651865
/**
1866-
* Holds if `node` with approximate access path `ap` is part of a path from a
1866+
* Holds if `node` with approximate access path `apa` is part of a path from a
18671867
* source to a sink in the configuration `config`.
18681868
*
18691869
* The Boolean `toReturn` records whether the node must be returned from

0 commit comments

Comments
 (0)