Skip to content

Commit

Permalink
Polish Javadoc for DockerImageNames.rabbit()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and wilkinsona committed Sep 15, 2023
1 parent e1f6fb5 commit fbfd681
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ public static DockerImageName postgresql() {

/**
* Return a {@link DockerImageName} suitable for running RabbitMQ.
* @return a docker image name for running redis
* @return a docker image name for running RabbitMQ
* @since 2.7.15
*/
public static DockerImageName rabbit() {
return DockerImageName.parse("rabbitmq").withTag(RABBIT_VERSION);
Expand Down

0 comments on commit fbfd681

Please sign in to comment.