Skip to content

Commit

Permalink
Deperecate getContainerIpAddress (#5247)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Apr 7, 2022
1 parent aed4476 commit 734678f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -47,6 +47,7 @@ public interface ContainerState {
* @deprecated use {@link #getHost()}
* @see #getHost()
*/
@Deprecated
default String getContainerIpAddress() {
return getHost();
}
Expand Down

0 comments on commit 734678f

Please sign in to comment.