Skip to content

Commit

Permalink
Fix javadoc for RabbitMQContainer (#7339)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jul 31, 2023
1 parent 8465795 commit 1a60247
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,12 +17,12 @@
import java.util.Set;

/**
* Testcontainer for RabbitMQ.
* Testcontainers implementation for RabbitMQ.
*/
public class RabbitMQContainer extends GenericContainer<RabbitMQContainer> {

/**
* The image defaults to the official RabbitmQ image: <a href="https://hub.docker.com/_/rabbitmq/">RabbitMQ</a>.
* The image defaults to the official RabbitMQ image: <a href="https://hub.docker.com/_/rabbitmq/">RabbitMQ</a>.
*/
private static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("rabbitmq");

Expand Down

0 comments on commit 1a60247

Please sign in to comment.