Skip to content

Commit 75004f6

Browse files
fokioneddumelendez
authored andcommitted
fix javadoc step
1 parent b15f98e commit 75004f6

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
@@ -97,7 +97,7 @@ public ComposeContainer(File... composeFiles) {
9797

9898
/**
9999
* @deprecated
100-
* Use the new constructor ComposeContainer(DockerImageName image,List<File> composeFiles)
100+
* Use the new constructor ComposeContainer(DockerImageName image,List composeFiles)
101101
*/
102102
@Deprecated
103103
public ComposeContainer(List<File> composeFiles) {
@@ -115,7 +115,7 @@ public ComposeContainer(String identifier, File... composeFiles) {
115115

116116
/**
117117
* @deprecated
118-
* Use the new constructor ComposeContainer(DockerImageName image,String identifier, List<File> composeFiles)
118+
* Use the new constructor ComposeContainer(DockerImageName image,String identifier, List composeFiles)
119119
*/
120120
@Deprecated
121121
public ComposeContainer(String identifier, List<File> composeFiles) {

0 commit comments

Comments
 (0)