Skip to content

Commit 44c8756

Browse files
Stephan Brandaueradityasharad
andauthored
Java: review suggestion from adityasharad
Co-authored-by: Aditya Sharad <[email protected]>
1 parent c240c1b commit 44c8756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/automodel/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In framework mode, endpoints currently can have a number of shapes (see: `newtyp
8888

8989
#### Framework Mode Sink Candidates
9090

91-
Sink candidates in framework mode are inputs to calls. As, in framework mode, we work on the implementation of a callable, these inputs are represented by a method's parameter definition.
91+
Sink candidates in framework mode are modelled as formal parameters of functions defined within the framework. We use these to represent the corresponding inputs of function calls in a client codebase, which would be passed into those parameters.
9292

9393
For example, customer code could call the `Files.copy` method:
9494

0 commit comments

Comments
 (0)