Skip to content

Commit ca86925

Browse files
smowtonaschackmull
andauthored
Update java/ql/src/semmle/code/java/dataflow/FlowSteps.qll
Co-authored-by: Anders Schack-Mulligen <[email protected]>
1 parent 45f3365 commit ca86925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/dataflow/FlowSteps.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ abstract class ValuePreservingMethod extends Method {
4040
/**
4141
* A method that returns the exact value of its qualifier (e.g., `return this;`)
4242
*
43-
* Extend this class and override `returnsValue` to add additional value-preserving steps through a
43+
* Extend this class to add additional value-preserving steps from qualifier to return value through a
4444
* method that should be added to the basic local flow step relation.
4545
*
4646
* These steps will be visible for all global data-flow purposes, as well as via

0 commit comments

Comments
 (0)