mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Merge pull request #37394 from izeye
* gh-37394: Polish "Polish Javadoc for DockerImageNames.rabbit()" Polish Javadoc for DockerImageNames.rabbit() Closes gh-37394
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ public final class DockerImageNames {
|
||||
|
||||
/**
|
||||
* Return a {@link DockerImageName} suitable for running RabbitMQ.
|
||||
* @return a docker image name for running redis
|
||||
* @return a docker image name for running RabbitMQ
|
||||
*/
|
||||
public static DockerImageName rabbit() {
|
||||
return DockerImageName.parse("rabbitmq").withTag(RABBIT_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user