Remove leftover Javadoc from WebClient

See gh-26807
This commit is contained in:
Mustafa Ulu 2021-04-15 00:52:00 +03:00 committed by Stephane Nicoll
parent 27c4e74e24
commit 1694274e32
1 changed files with 0 additions and 7 deletions

View File

@ -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: