Skip to content

Commit 65aa064

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update paramsString qldoc
1 parent ce06df3 commit 65aa064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ private string paramsStringPart(Callable c, int i) {
351351
/**
352352
* Gets a parenthesized string containing all parameter types of this callable, separated by a comma.
353353
*
354-
* Returns the empty string if the callable has no parameters.
354+
* Returns an empty parenthesized string if the callable has no parameters.
355355
* Parameter types are represented by their type erasure.
356356
*/
357357
cached

0 commit comments

Comments
 (0)