Skip to content

Commit

Permalink
Merged in CST-12532 (pull request DSpace#1254)
Browse files Browse the repository at this point in the history
CST-12532 Fixed class missing argument for autowired, now fresh_install works
  • Loading branch information
Mattia Vianelli committed Nov 6, 2023
2 parents ebb8985 + 9136d66 commit 75bd22b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class QAEventServiceImpl implements QAEventService {
@Autowired
private QAEventsDaoImpl qaEventsDao;

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

Expand Down

0 comments on commit 75bd22b

Please sign in to comment.