commit
a944815e3c
|
|
@ -84,8 +84,7 @@ public class RabbitAutoConfiguration {
|
|||
|
||||
private final RabbitProperties properties;
|
||||
|
||||
protected RabbitConnectionFactoryCreator(RabbitProperties properties,
|
||||
ObjectProvider<RabbitConnectionDetails> connectionDetails) {
|
||||
protected RabbitConnectionFactoryCreator(RabbitProperties properties) {
|
||||
this.properties = properties;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue