Restore visibility for DockerComposeProperties.get()
See gh-45240 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
committed by
Stéphane Nicoll
parent
238d83b318
commit
69f0b7a1e0
@@ -137,7 +137,7 @@ public class DockerComposeProperties {
|
||||
return this.readiness;
|
||||
}
|
||||
|
||||
public static DockerComposeProperties get(Binder binder) {
|
||||
static DockerComposeProperties get(Binder binder) {
|
||||
return binder.bind(NAME, DockerComposeProperties.class).orElseGet(DockerComposeProperties::new);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user