diff --git a/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll b/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll index 3fafd0a6c55..42661ce9183 100644 --- a/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll +++ b/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll @@ -32,7 +32,7 @@ class SpringWebClient extends Interface { } /** - * A method on `org.springframework.web.reactive.function.client.RestTemplate` + * A method on `org.springframework.web.client.RestTemplate` * which has a parameter `uriVariables` (which can have type `Object..` or * `Map`) which contains variables to be expanded into the URL * template in parameter 0.