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) */