Browse Source

Remove leftover Javadoc from WebClient

See gh-26807
pull/26812/head
Mustafa Ulu 4 years ago committed by Stephane Nicoll
parent
commit
1694274e32
  1. 7
      spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java

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

@ -186,13 +186,6 @@ public interface WebClient { @@ -186,13 +186,6 @@ public interface WebClient {
*/
Builder baseUrl(String baseUrl);
/**
* Configure default URI variable values that will be used when expanding
* URI templates using a {@link Map}.
* @param defaultUriVariables the default values to use
* @see #baseUrl(String)
* @see #uriBuilderFactory(UriBuilderFactory)
*/
/**
* Configure default URL variable values to use when expanding URI
* templates with a {@link Map}. Effectively a shortcut for:

Loading…
Cancel
Save