Improve WebClient.Builder Javadoc
This commit is contained in:
parent
5f1e4ffc4f
commit
8a7bb49436
|
@ -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…
Reference in New Issue