Skip to content

Commit 030e775

Browse files
committed
fix javadoc step
1 parent a70054b commit 030e775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/testcontainers/containers/ComposeContainer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public ComposeContainer(File... composeFiles) {
9999

100100
/**
101101
* @deprecated
102-
* Use the new constructor ComposeContainer(DockerImageName image,List<File> composeFiles)
102+
* Use the new constructor ComposeContainer(DockerImageName image,List composeFiles)
103103
*/
104104
@Deprecated
105105
public ComposeContainer(List<File> composeFiles) {
@@ -117,7 +117,7 @@ public ComposeContainer(String identifier, File... composeFiles) {
117117

118118
/**
119119
* @deprecated
120-
* Use the new constructor ComposeContainer(DockerImageName image,String identifier, List<File> composeFiles)
120+
* Use the new constructor ComposeContainer(DockerImageName image,String identifier, List composeFiles)
121121
*/
122122
@Deprecated
123123
public ComposeContainer(String identifier, List<File> composeFiles) {

0 commit comments

Comments
 (0)