Apply suggestion from @owen-mc

This commit is contained in:
Owen Mansel-Chan
2025-12-02 15:52:01 +00:00
committed by GitHub
parent 89546cbc83
commit 9f2a7f712a

View File

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