Skip to content

Commit 5e15000

Browse files
committed
Merge branch 'main' into 4.0.x
2 parents a8cb6cf + e868667 commit 5e15000

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/service/connection/r2dbc/ConnectionFactoryOptionsBuilder.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import io.r2dbc.spi.Option;
2525

2626
import org.springframework.boot.docker.compose.core.RunningService;
27-
import org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder;
2827
import org.springframework.util.Assert;
2928
import org.springframework.util.StringUtils;
3029

@@ -46,7 +45,7 @@ public class ConnectionFactoryOptionsBuilder {
4645
private final int sourcePort;
4746

4847
/**
49-
* Create a new {@link JdbcUrlBuilder} instance.
48+
* Create a new {@link ConnectionFactoryOptionsBuilder} instance.
5049
* @param driver the driver protocol
5150
* @param containerPort the source container port
5251
*/

0 commit comments

Comments
 (0)