Browse Source

Improve WebClient.Builder Javadoc

pull/24617/head
陈其苗 5 years ago committed by Rossen Stoyanchev
parent
commit
8a7bb49436
  1. 2
      spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java

2
spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java

@ -201,7 +201,7 @@ public interface WebClient { @@ -201,7 +201,7 @@ public interface WebClient {
* </pre>
* <p><strong>Note:</strong> 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)
*/

Loading…
Cancel
Save