Fix @Since javadoc in RestTemplateBuilder

See gh-34810
pull/35107/head
Phillip Webb 2 years ago
parent b6befd133c
commit 72c1f667f5

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

Loading…
Cancel
Save