From 9f2a7f712ab1034fbd9c72ccb101e86eeac36613 Mon Sep 17 00:00:00 2001 From: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:52:01 +0000 Subject: [PATCH] Apply suggestion from @owen-mc --- .../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 6f10cf3bad4..991a1c72981 100644 --- a/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll +++ b/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll @@ -33,7 +33,7 @@ class SpringWebClient extends Interface { /** * A method on `org.springframework.web.client.RestTemplate` - * which has a parameter `uriVariables` (which can have type `Object..` or + * 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. */