Skip to content

Commit 5ae53e1

Browse files
committed
Merge pull request #45240 from izeye
* pr/45240: Restore visibility for DockerComposeProperties.get() Closes gh-45240
2 parents 238d83b + 69f0b7a commit 5ae53e1

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)