Skip to content

Commit cabe627

Browse files
committed
Java: Fix qldoc.
1 parent 85adc3b commit cabe627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ private predicate argToMethodStep(Expr tracked, MethodAccess sink) {
389389
}
390390

391391
/**
392-
* Holds if `method` is a library method that return tainted data if any
392+
* Holds if `method` is a library method that returns tainted data if any
393393
* of its arguments are tainted.
394394
*/
395395
private predicate taintPreservingArgumentToMethod(Method method) {
@@ -398,7 +398,7 @@ private predicate taintPreservingArgumentToMethod(Method method) {
398398
}
399399

400400
/**
401-
* Holds if `method` is a library method that return tainted data if its
401+
* Holds if `method` is a library method that returns tainted data if its
402402
* `arg`th argument is tainted.
403403
*/
404404
private predicate taintPreservingArgumentToMethod(Method method, int arg) {

0 commit comments

Comments
 (0)