Skip to content

Commit

Permalink
Fix javadoc for stop method (#6834)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddú Meléndez Gonzales <eddu.melendez@gmail.com>
  • Loading branch information
big-andy-coates and eddumelendez committed Nov 28, 2023
1 parent 77cd560 commit 7bf5c49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ private void connectToPortForwardingNetwork(String networkMode) {
}

/**
* Stops the container.
* Kill and remove the container.
*/
@Override
public void stop() {
Expand Down

0 comments on commit 7bf5c49

Please sign in to comment.