Skip to content

Commit

Permalink
Remove some dead code from PostgreSQLContainer (#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Stockinger committed Jan 24, 2022
1 parent e50ae1d commit f9538d1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public class PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends

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

private static final String QUERY_PARAM_SEPARATOR = "&";

/**
* @deprecated use {@link #PostgreSQLContainer(DockerImageName)} or {@link #PostgreSQLContainer(String)} instead
*/
Expand Down

0 comments on commit f9538d1

Please sign in to comment.