Improve WebClient.Builder Javadoc

This commit is contained in:
陈其苗 2020-02-29 00:24:54 +08:00 committed by Rossen Stoyanchev
parent 5f1e4ffc4f
commit 8a7bb49436
1 changed files with 1 additions and 1 deletions

View File

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