Skip to content

Commit ee78e45

Browse files
committed
Polish "Polish Javadoc for DockerImageNames.rabbit()"
See gh-37394
1 parent fbfd681 commit ee78e45

File tree

1 file changed

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

1 file changed

+0
-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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public static DockerImageName postgresql() {
9797
/**
9898
* Return a {@link DockerImageName} suitable for running RabbitMQ.
9999
* @return a docker image name for running RabbitMQ
100-
* @since 2.7.15
101100
*/
102101
public static DockerImageName rabbit() {
103102
return DockerImageName.parse("rabbitmq").withTag(RABBIT_VERSION);

0 commit comments

Comments
 (0)