We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50ae1d commit f9538d1Copy full SHA for f9538d1
modules/postgresql/src/main/java/org/testcontainers/containers/PostgreSQLContainer.java
@@ -32,8 +32,6 @@ public class PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends
32
33
private static final String FSYNC_OFF_OPTION = "fsync=off";
34
35
- private static final String QUERY_PARAM_SEPARATOR = "&";
36
-
37
/**
38
* @deprecated use {@link #PostgreSQLContainer(DockerImageName)} or {@link #PostgreSQLContainer(String)} instead
39
*/
0 commit comments