Update java/ql/lib/semmle/code/java/security/PathSanitizer.qll

This commit is contained in:
Tony Torralba
2022-12-07 10:38:33 +01:00
committed by GitHub
parent 2f622ad72c
commit ccd465d669

View File

@@ -332,7 +332,7 @@ private Argument getVisualArgument(MethodAccess ma, int argPos) {
}
/**
* Gets the proxied method if `m` is a Kotlin proxy that supplies default parameter values,
* Gets the proxied method if `m` is a Kotlin proxy that supplies default parameter values.
* Otherwise, just gets `m`.
*/
private Method getSourceMethod(Method m) {