Fix @Since javadoc in RestTemplateBuilder

See gh-34810
This commit is contained in:
Phillip Webb 2023-04-21 12:06:55 -07:00
parent b6befd133c
commit 72c1f667f5
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ public class RestTemplateBuilder {
* Sets the SSL bundle on the underlying {@link ClientHttpRequestFactory}.
* @param sslBundle the SSL bundle
* @return a new builder instance
* @since 2.1.0
* @since 3.1.0
*/
public RestTemplateBuilder setSslBundle(SslBundle sslBundle) {
return new RestTemplateBuilder(this.requestFactorySettings.withSslBundle(sslBundle), this.detectRequestFactory,