Remove an unused parameter

Closes gh-3589
pull/3589/merge
izeye 9 years ago committed by Stephane Nicoll
parent 8ea6b99ed6
commit a242415bb1

@ -97,7 +97,7 @@ public class RabbitAutoConfiguration {
@Bean
@ConditionalOnMissingBean(RabbitTemplate.class)
public RabbitTemplate rabbitTemplate(RabbitProperties config) {
public RabbitTemplate rabbitTemplate() {
return new RabbitTemplate(this.connectionFactory);
}

Loading…
Cancel
Save