Skip to content

Commit 69f0b7a

Browse files
izeyesnicoll
authored andcommitted
Restore visibility for DockerComposeProperties.get()
See gh-45240 Signed-off-by: Johnny Lim <[email protected]>
1 parent 238d83b commit 69f0b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/lifecycle/DockerComposeProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public Readiness getReadiness() {
137137
return this.readiness;
138138
}
139139

140-
public static DockerComposeProperties get(Binder binder) {
140+
static DockerComposeProperties get(Binder binder) {
141141
return binder.bind(NAME, DockerComposeProperties.class).orElseGet(DockerComposeProperties::new);
142142
}
143143

0 commit comments

Comments
 (0)