Skip to content

Commit 4dd0872

Browse files
authored
Fix dangling constructor reference in deprecation note (#4443)
1 parent f178e91 commit 4dd0872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends
3535
private static final String QUERY_PARAM_SEPARATOR = "&";
3636

3737
/**
38-
* @deprecated use {@link PostgreSQLContainer(DockerImageName)} instead
38+
* @deprecated use {@link #PostgreSQLContainer(DockerImageName)} or {@link #PostgreSQLContainer(String)} instead
3939
*/
4040
@Deprecated
4141
public PostgreSQLContainer() {

0 commit comments

Comments
 (0)