Skip to content

Commit

Permalink
CST-12532 Fixed class missing argument for autowired, now fresh_insta…
Browse files Browse the repository at this point in the history
…ll works
Mattia Vianelli committed Nov 6, 2023
1 parent ebb8985 commit 9136d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ public class QAEventServiceImpl implements QAEventService {
@Autowired
private QAEventsDaoImpl qaEventsDao;

@Autowired
@Autowired(required=false)
@Qualifier("qaAutomaticProcessingMap")
private Map<String, QAEventAutomaticProcessingEvaluation> qaAutomaticProcessingMap;

0 comments on commit 9136d66

Please sign in to comment.