Skip to content

Commit 9f2a7f7

Browse files
authored
Apply suggestion from @owen-mc
1 parent 89546cb commit 9f2a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SpringWebClient extends Interface {
3333

3434
/**
3535
* A method on `org.springframework.web.client.RestTemplate`
36-
* which has a parameter `uriVariables` (which can have type `Object..` or
36+
* which has a parameter `uriVariables` (which can have type `Object...` or
3737
* `Map<String, ?>`) which contains variables to be expanded into the URL
3838
* template in parameter 0.
3939
*/

0 commit comments

Comments
 (0)