Skip to content

Commit

Permalink
Remove unused charset constant in GenericContainer (#8304)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 committed Feb 12, 2024
1 parent b1b27c3 commit a69750c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.UndeclaredThrowableException;
import java.nio.charset.Charset;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.time.Duration;
Expand Down Expand Up @@ -112,8 +111,6 @@ public class GenericContainer<SELF extends GenericContainer<SELF>>
extends FailureDetectingExternalResource
implements Container<SELF>, AutoCloseable, WaitStrategyTarget, Startable {

private static final Charset UTF8 = Charset.forName("UTF-8");

public static final int CONTAINER_RUNNING_TIMEOUT_SEC = 30;

public static final String INTERNAL_HOST_HOSTNAME = "host.testcontainers.internal";
Expand Down

0 comments on commit a69750c

Please sign in to comment.