Merge branch '3.1.x'

Closes gh-36631
This commit is contained in:
Andy Wilkinson 2023-07-28 11:32:12 +01:00
commit 0191943be2
1 changed files with 1 additions and 3 deletions

View File

@ -30,8 +30,6 @@ import java.util.Set;
import java.util.function.Function;
import java.util.function.Supplier;
import reactor.netty.http.client.HttpClientRequest;
import org.springframework.beans.BeanUtils;
import org.springframework.boot.ssl.SslBundle;
import org.springframework.http.client.ClientHttpRequest;
@ -399,7 +397,7 @@ public class RestTemplateBuilder {
/**
* Add a default header that will be set if not already present on the outgoing
* {@link HttpClientRequest}.
* {@link ClientHttpRequest}.
* @param name the name of the header
* @param values the header values
* @return a new builder instance