Skip to content

Commit cf092f8

Browse files
Make ParsedDockerComposeFile public to use it out of the project, since it's a useful class
1 parent b2b404a commit cf092f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131
@Slf4j
3232
@EqualsAndHashCode
33-
class ParsedDockerComposeFile {
33+
public class ParsedDockerComposeFile {
3434

3535
private final Map<String, Object> composeFileContent;
3636

0 commit comments

Comments
 (0)