From eeefaf43140bf5b0a27ba5bdf5de03291f801306 Mon Sep 17 00:00:00 2001 From: izeye Date: Tue, 15 Jun 2021 09:56:04 +0900 Subject: [PATCH] Fix Javadoc deprecated since See gh-26907 --- .../springframework/boot/r2dbc/ConnectionFactoryBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/r2dbc/ConnectionFactoryBuilder.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/r2dbc/ConnectionFactoryBuilder.java index 9c13261b72..58f17e48da 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/r2dbc/ConnectionFactoryBuilder.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/r2dbc/ConnectionFactoryBuilder.java @@ -92,7 +92,7 @@ public final class ConnectionFactoryBuilder { * @param connectionFactory the connection factory whose options are to be used to * initialize the builder * @return a new builder initialized with the options from the connection factory - * @deprecated since 2.5.0 for removal in 2.7.0 in favor of + * @deprecated since 2.5.1 for removal in 2.7.0 in favor of * {@link #derivedFrom(ConnectionFactory)} */ @Deprecated