Browse Source

Merge branch '2.5.x'

Closes gh-26911
pull/26930/head
Stephane Nicoll 5 years ago
parent
commit
caa87f1a90
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/r2dbc/ConnectionFactoryBuilder.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/r2dbc/ConnectionFactoryBuilder.java

@ -92,7 +92,7 @@ public final class ConnectionFactoryBuilder { @@ -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

Loading…
Cancel
Save