Skip to content

Commit

Permalink
Keep the method signatures compatible with the condenvy strategy
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <dfestal@redhat.com>
  • Loading branch information
davidfestal committed Jun 13, 2017
1 parent 6154fad commit 70cb99b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ protected Map<String, String> getExposedPortsToAddressPorts(String address, Map<
return addressesAndPorts;
}

protected Map<String, String> getExposedPortsToAddressPorts(String address, Map<String, List<PortBinding>> ports) {
return getExposedPortsToAddressPorts(address, ports, false);
}


/**
* @param protocolForInternalUrl
Expand Down

0 comments on commit 70cb99b

Please sign in to comment.