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 f178e91 commit 4dd0872Copy full SHA for 4dd0872
modules/postgresql/src/main/java/org/testcontainers/containers/PostgreSQLContainer.java
@@ -35,7 +35,7 @@ public class PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends
35
private static final String QUERY_PARAM_SEPARATOR = "&";
36
37
/**
38
- * @deprecated use {@link PostgreSQLContainer(DockerImageName)} instead
+ * @deprecated use {@link #PostgreSQLContainer(DockerImageName)} or {@link #PostgreSQLContainer(String)} instead
39
*/
40
@Deprecated
41
public PostgreSQLContainer() {
0 commit comments