Skip to content

Commit eeefaf4

Browse files
izeyesnicoll
authored andcommitted
Fix Javadoc deprecated since
See gh-26907
1 parent 6a51c27 commit eeefaf4

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/r2dbc/ConnectionFactoryBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static ConnectionFactoryBuilder withOptions(Builder options) {
9292
* @param connectionFactory the connection factory whose options are to be used to
9393
* initialize the builder
9494
* @return a new builder initialized with the options from the connection factory
95-
* @deprecated since 2.5.0 for removal in 2.7.0 in favor of
95+
* @deprecated since 2.5.1 for removal in 2.7.0 in favor of
9696
* {@link #derivedFrom(ConnectionFactory)}
9797
*/
9898
@Deprecated

0 commit comments

Comments
 (0)