Skip to content

Commit 8a7bb49

Browse files
chenqimiaorstoyanchev
authored andcommitted
Improve WebClient.Builder Javadoc
1 parent 5f1e4ff commit 8a7bb49

File tree

1 file changed

+1
-1
lines changed
  • spring-webflux/src/main/java/org/springframework/web/reactive/function/client

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ interface Builder {
201201
* </pre>
202202
* <p><strong>Note:</strong> this method is mutually exclusive with
203203
* {@link #uriBuilderFactory(UriBuilderFactory)}. If both are used, the
204-
* baseUrl value provided here will be ignored.
204+
* defaultUriVariables value provided here will be ignored.
205205
* @see DefaultUriBuilderFactory#setDefaultUriVariables(Map)
206206
* @see #uriBuilderFactory(UriBuilderFactory)
207207
*/

0 commit comments

Comments
 (0)