From 8a7bb494362e7a081e18e40726591656551f9922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=85=B6=E8=8B=97?= Date: Sat, 29 Feb 2020 00:24:54 +0800 Subject: [PATCH] Improve WebClient.Builder Javadoc --- .../springframework/web/reactive/function/client/WebClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java index 22566b2dec..e9dab5e3e4 100644 --- a/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java +++ b/spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java @@ -201,7 +201,7 @@ public interface WebClient { * *

Note: this method is mutually exclusive with * {@link #uriBuilderFactory(UriBuilderFactory)}. If both are used, the - * baseUrl value provided here will be ignored. + * defaultUriVariables value provided here will be ignored. * @see DefaultUriBuilderFactory#setDefaultUriVariables(Map) * @see #uriBuilderFactory(UriBuilderFactory) */