Skip to content

Commit 30b5a7b

Browse files
committed
Backport "Remove leftover Javadoc from WebClient"
Closes gh-26809
1 parent 620023c commit 30b5a7b

File tree

1 file changed

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

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2020 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -182,13 +182,6 @@ interface Builder {
182182
*/
183183
Builder baseUrl(String baseUrl);
184184

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-
*/
192185
/**
193186
* Configure default URL variable values to use when expanding URI
194187
* templates with a {@link Map}. Effectively a shortcut for:

0 commit comments

Comments
 (0)