Skip to content

Commit 7bf5c49

Browse files
Fix javadoc for stop method (#6834)
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
1 parent 77cd560 commit 7bf5c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ private void connectToPortForwardingNetwork(String networkMode) {
639639
}
640640

641641
/**
642-
* Stops the container.
642+
* Kill and remove the container.
643643
*/
644644
@Override
645645
public void stop() {

0 commit comments

Comments
 (0)