Skip to content

Commit

Permalink
[Fix kbss-cvut/fta-fmea-ui#606] Use correct validator in FaultTreeRep…
Browse files Browse the repository at this point in the history
…ositoryService
  • Loading branch information
kostobog committed Oct 10, 2024
1 parent e0aaa8a commit 707cd5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class FaultTreeRepositoryService extends ComplexManagedEntityRepositorySe
private final FailureRateDao failureRateDao;

@Autowired
public FaultTreeRepositoryService(@Qualifier("defaultEntityValidator") EntityValidator validator,
public FaultTreeRepositoryService(@Qualifier("faultTreeValidator") EntityValidator validator,
FaultTreeDao faultTreeDao,
FaultEventScenarioDao faultEventScenarioDao,
FaultEventRepositoryService faultEventRepositoryService,
Expand Down

0 comments on commit 707cd5d

Please sign in to comment.