Skip to content

Commit

Permalink
chore(contracts):1105 Merged main.
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed Jul 18, 2024
1 parent 876148b commit bc149b9
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,12 @@
@Profile(NOT_INTEGRATION_TESTS)
public class ApplicationStartupConfig {
private final PolicyRepository policyRepository;
private final AssetBaseService asPlannedService;
private final AssetBaseService asBuiltService;
private final ContractService contractService;

@Autowired
public ApplicationStartupConfig(PolicyRepository policyRepository,
@Qualifier("assetAsBuiltServiceImpl") AssetBaseService asBuiltService,
@Qualifier("assetAsPlannedServiceImpl") AssetBaseService asPlannedService,
EdcNotificationContractService edcNotificationContractService,
ContractService contractService) {
EdcNotificationContractService edcNotificationContractService) {
this.policyRepository = policyRepository;
this.asPlannedService = asPlannedService;
this.asBuiltService = asBuiltService;
this.edcNotificationContractService = edcNotificationContractService;
this.contractService = contractService;
}

private final EdcNotificationContractService edcNotificationContractService;
Expand Down

0 comments on commit bc149b9

Please sign in to comment.