Skip to content

Commit 8debe49

Browse files
owen-mcCopilot
andauthored
Correct mistake in qldoc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 42c955e commit 8debe49

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
@@ -32,7 +32,7 @@ class SpringWebClient extends Interface {
3232
}
3333

3434
/**
35-
* A method on `org.springframework.web.reactive.function.client.RestTemplate`
35+
* A method on `org.springframework.web.client.RestTemplate`
3636
* 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.

0 commit comments

Comments
 (0)