Navigation Menu

Skip to content

Commit

Permalink
Disambiguate a class in RabbitMQ CLI sample
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Feb 4, 2020
1 parent ea5dfde commit 56c5a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-project/spring-boot-cli/samples/rabbit.groovy
Expand Up @@ -25,8 +25,8 @@ class RabbitExample implements CommandLineRunner {
}

@Bean
Queue queue() {
new Queue("spring-boot", false)
org.springframework.amqp.core.Queue queue() {
new org.springframework.amqp.core.Queue("spring-boot", false)
}

}

0 comments on commit 56c5a3d

Please sign in to comment.