Skip to content

Commit 978d374

Browse files
mumukillerrnorth
authored andcommitted
#1389 Override close method without throws statement (#1392)
1 parent 6f6fb82 commit 978d374

File tree

1 file changed

+3
-0
lines changed
  • core/src/main/java/org/testcontainers/containers

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ public void close() {
2828

2929
String getId();
3030

31+
@Override
32+
void close();
33+
3134
static Network newNetwork() {
3235
return builder().build();
3336
}

0 commit comments

Comments
 (0)