Skip to content

Commit 72c1f66

Browse files
committed
Fix @SInCE javadoc in RestTemplateBuilder
See gh-34810
1 parent b6befd1 commit 72c1f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/client/RestTemplateBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public RestTemplateBuilder setBufferRequestBody(boolean bufferRequestBody) {
459459
* Sets the SSL bundle on the underlying {@link ClientHttpRequestFactory}.
460460
* @param sslBundle the SSL bundle
461461
* @return a new builder instance
462-
* @since 2.1.0
462+
* @since 3.1.0
463463
*/
464464
public RestTemplateBuilder setSslBundle(SslBundle sslBundle) {
465465
return new RestTemplateBuilder(this.requestFactorySettings.withSslBundle(sslBundle), this.detectRequestFactory,

0 commit comments

Comments
 (0)