From 8debe49563df862182dc27992040ba862defc209 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com> Date: Fri, 28 Nov 2025 01:00:16 +0000 Subject: [PATCH] Correct mistake in qldoc Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../lib/semmle/code/java/frameworks/spring/SpringWebClient.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.