Skip to content

Commit d1b13d7

Browse files
authored
Fix javadoc comment in ToxiproxyContainer#getProxy(GenericContainer, int) (#5591)
1 parent 84d3444 commit d1b13d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/toxiproxy/src/main/java/org/testcontainers/containers/ToxiproxyContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public int getControlPort() {
7979

8080
/**
8181
* Obtain a {@link ContainerProxy} instance for target container that is managed by Testcontainers. The target
82-
* container should be routable from this <b>from this {@link ToxiproxyContainer} instance</b> (e.g. on the same
82+
* container should be routable <b>from this {@link ToxiproxyContainer} instance</b> (e.g. on the same
8383
* Docker {@link Network}).
8484
*
8585
* @param container target container

0 commit comments

Comments
 (0)