Skip to content

Commit

Permalink
Polish RabbitAutoConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Nov 6, 2023
1 parent 4bc63b5 commit 134a3d5
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -84,8 +84,7 @@ protected static class RabbitConnectionFactoryCreator {

private final RabbitProperties properties;

protected RabbitConnectionFactoryCreator(RabbitProperties properties,
ObjectProvider<RabbitConnectionDetails> connectionDetails) {
protected RabbitConnectionFactoryCreator(RabbitProperties properties) {
this.properties = properties;
}

Expand Down

0 comments on commit 134a3d5

Please sign in to comment.