Java: review suggestion from adityasharad

Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
This commit is contained in:
Stephan Brandauer
2023-10-25 09:00:28 +02:00
committed by GitHub
parent c240c1b3f5
commit 44c87561b3

View File

@@ -88,7 +88,7 @@ In framework mode, endpoints currently can have a number of shapes (see: `newtyp
#### Framework Mode Sink Candidates
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.
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.
For example, customer code could call the `Files.copy` method: