Skip to content

Commit 16d1a31

Browse files
committed
Merge pull request #37394 from izeye
* gh-37394: Polish "Polish Javadoc for DockerImageNames.rabbit()" Polish Javadoc for DockerImageNames.rabbit() Closes gh-37394
2 parents e1f6fb5 + ee78e45 commit 16d1a31

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)