Correct mistake in qldoc

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Owen Mansel-Chan
2025-11-28 01:00:16 +00:00
committed by GitHub
parent 42c955ea62
commit 8debe49563

View File

@@ -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<String, ?>`) which contains variables to be expanded into the URL
* template in parameter 0.