Merge "ElasticContainer: replace the deprecated override" into stable-2.14

This commit is contained in:
David Pursehouse
2018-06-12 21:47:46 +00:00
committed by Gerrit Code Review

View File

@@ -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));
}