Skip to content

Commit 89c15be

Browse files
committed
Merge branch '3.3.x' into 3.4.x
2 parents 0bf83de + 23496fd commit 89c15be

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)