Merge branch '3.2.x' into 3.3.x

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

View File

@@ -42,7 +42,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}.
*