Skip to content

Commit f9538d1

Browse files
author
Alex Stockinger
authored
Remove some dead code from PostgreSQLContainer (#4948)
1 parent e50ae1d commit f9538d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/postgresql/src/main/java/org/testcontainers/containers/PostgreSQLContainer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ public class PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends
3232

3333
private static final String FSYNC_OFF_OPTION = "fsync=off";
3434

35-
private static final String QUERY_PARAM_SEPARATOR = "&";
36-
3735
/**
3836
* @deprecated use {@link #PostgreSQLContainer(DockerImageName)} or {@link #PostgreSQLContainer(String)} instead
3937
*/

0 commit comments

Comments
 (0)