Skip to content

Commit

Permalink
Add javadoc for deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Nov 3, 2022
1 parent 6d72ee8 commit 32504b0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -85,6 +85,7 @@ public int getControlPort() {
* @param container target container
* @param port port number on the target service that should be proxied
* @return a {@link ContainerProxy} instance
* @deprecated {@link ToxiproxyContainer} will not build the client. Proxies should be provided manually.
*/
@Deprecated
public ContainerProxy getProxy(GenericContainer<?> container, int port) {
Expand All @@ -103,6 +104,7 @@ public ContainerProxy getProxy(GenericContainer<?> container, int port) {
* @param hostname hostname of target server to be proxied
* @param port port number on the target server that should be proxied
* @return a {@link ContainerProxy} instance
* @deprecated {@link ToxiproxyContainer} will not build the client. Proxies should be provided manually.
*/
@Deprecated
public ContainerProxy getProxy(String hostname, int port) {
Expand Down

0 comments on commit 32504b0

Please sign in to comment.