File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
spring-webflux/src/main/java/org/springframework/web/reactive/function/client Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 the original author or authors.
2
+ * Copyright 2002-2021 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -182,13 +182,6 @@ interface Builder {
182
182
*/
183
183
Builder baseUrl (String baseUrl );
184
184
185
- /**
186
- * Configure default URI variable values that will be used when expanding
187
- * URI templates using a {@link Map}.
188
- * @param defaultUriVariables the default values to use
189
- * @see #baseUrl(String)
190
- * @see #uriBuilderFactory(UriBuilderFactory)
191
- */
192
185
/**
193
186
* Configure default URL variable values to use when expanding URI
194
187
* templates with a {@link Map}. Effectively a shortcut for:
You can’t perform that action at this time.
0 commit comments