Skip to content

Commit ccd465d

Browse files
authored
Update java/ql/lib/semmle/code/java/security/PathSanitizer.qll
1 parent 2f622ad commit ccd465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ private Argument getVisualArgument(MethodAccess ma, int argPos) {
332332
}
333333

334334
/**
335-
* Gets the proxied method if `m` is a Kotlin proxy that supplies default parameter values,
335+
* Gets the proxied method if `m` is a Kotlin proxy that supplies default parameter values.
336336
* Otherwise, just gets `m`.
337337
*/
338338
private Method getSourceMethod(Method m) {

0 commit comments

Comments
 (0)