Skip to content

Commit

Permalink
fix: remove unused repository
Browse files Browse the repository at this point in the history
Signed-off-by: LE SAULNIER Kevin <[email protected]>
  • Loading branch information
LE SAULNIER Kevin committed Oct 9, 2023
1 parent a3274a9 commit 612b8c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,16 @@ public class SecurityAnalysisResultService {
private SecurityAnalysisResultRepository securityAnalysisResultRepository;
private ContingencyRepository contingencyRepository;
private PreContingencyLimitViolationRepository preContingencyLimitViolationRepository;
private ContingencyLimitViolationRepository contingencyLimitViolationRepository;
private ConstraintRepository constraintRepository;


public SecurityAnalysisResultService(SecurityAnalysisResultRepository securityAnalysisResultRepository,
ContingencyRepository contingencyRepository,
PreContingencyLimitViolationRepository preContingencyLimitViolationRepository,
ContingencyLimitViolationRepository contingencyLimitViolationRepository,
ConstraintRepository constraintRepository) {
this.securityAnalysisResultRepository = securityAnalysisResultRepository;
this.contingencyRepository = contingencyRepository;
this.preContingencyLimitViolationRepository = preContingencyLimitViolationRepository;
this.contingencyLimitViolationRepository = contingencyLimitViolationRepository;
this.constraintRepository = constraintRepository;
}

Expand Down

0 comments on commit 612b8c5

Please sign in to comment.