Skip to content

Commit 734678f

Browse files
authored
Deperecate getContainerIpAddress (#5247)
1 parent aed4476 commit 734678f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/testcontainers/containers/ContainerState.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ public interface ContainerState {
4747
* @deprecated use {@link #getHost()}
4848
* @see #getHost()
4949
*/
50+
@Deprecated
5051
default String getContainerIpAddress() {
5152
return getHost();
5253
}

0 commit comments

Comments
 (0)