Merge "ElasticContainer: replace the deprecated override" into stable-2.14
This commit is contained in:
@@ -66,7 +66,7 @@ public class ElasticContainer<SELF extends ElasticContainer<SELF>> extends Gener
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Set<Integer> getLivenessCheckPorts() {
|
||||
public Set<Integer> getLivenessCheckPortNumbers() {
|
||||
return ImmutableSet.of(getMappedPort(ELASTICSEARCH_DEFAULT_PORT));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user