We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1e4ff commit 8a7bb49Copy full SHA for 8a7bb49
spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java
@@ -201,7 +201,7 @@ interface Builder {
201
* </pre>
202
* <p><strong>Note:</strong> this method is mutually exclusive with
203
* {@link #uriBuilderFactory(UriBuilderFactory)}. If both are used, the
204
- * baseUrl value provided here will be ignored.
+ * defaultUriVariables value provided here will be ignored.
205
* @see DefaultUriBuilderFactory#setDefaultUriVariables(Map)
206
* @see #uriBuilderFactory(UriBuilderFactory)
207
*/
0 commit comments