Skip to content

Commit 24e3a12

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-37407
2 parents 0af0089 + 16d1a31 commit 24e3a12

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
@@ -96,7 +96,7 @@ public static DockerImageName postgresql() {
9696

9797
/**
9898
* Return a {@link DockerImageName} suitable for running RabbitMQ.
99-
* @return a docker image name for running redis
99+
* @return a docker image name for running RabbitMQ
100100
*/
101101
public static DockerImageName rabbit() {
102102
return DockerImageName.parse("rabbitmq").withTag(RABBIT_VERSION);

0 commit comments

Comments
 (0)