Merge branch '3.3.x'

Closes gh-41921
This commit is contained in:
Stéphane Nicoll
2024-08-19 09:46:34 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ import org.testcontainers.utility.DockerImageName;
import org.springframework.util.Assert;
/**
* References to container images used for integration tests. This class also acts a a
* References to container images used for integration tests. This class also acts a
* central location for tests to {@link #container(Class) create} a correctly configured
* {@link Container testcontainer}.
*