Skip to content

Commit fbfd681

Browse files
izeyewilkinsona
authored andcommitted
Polish Javadoc for DockerImageNames.rabbit()
See gh-37394
1 parent e1f6fb5 commit fbfd681

File tree

1 file changed

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

1 file changed

+2
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ 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
100+
* @since 2.7.15
100101
*/
101102
public static DockerImageName rabbit() {
102103
return DockerImageName.parse("rabbitmq").withTag(RABBIT_VERSION);

0 commit comments

Comments
 (0)