Skip to content

Commit ee6d558

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-37408
2 parents 5910b3c + 24e3a12 commit ee6d558

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/testcontainers/DockerImageNames.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public static DockerImageName postgresql() {
162162

163163
/**
164164
* Return a {@link DockerImageName} suitable for running RabbitMQ.
165-
* @return a docker image name for running redis
165+
* @return a docker image name for running RabbitMQ
166166
*/
167167
public static DockerImageName rabbit() {
168168
return DockerImageName.parse("rabbitmq").withTag(RABBIT_VERSION);

0 commit comments

Comments
 (0)