mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 22:13:08 +00:00
Merged in CST-11045 (pull request #1269)
CST-11045 Rest side changes for the review-endorsement-ingest patterns +Checkstyle fix on QAEventServiceImpl * CST-11045 Rest side changes for the review-endorsement-ingest patterns +Checkstyle fix on QAEventServiceImpl * CST-11045 Rollback of the 2 changed files containing the patterns * CST-11045 Changed again the 2 files containing the patterns, error during the tests are logged but not regarding IT class changed Approved-by: Andrea Bollini
This commit is contained in:

committed by
Andrea Bollini

parent
75bd22b32b
commit
f2cc19f4a1
@@ -78,7 +78,7 @@ public class QAEventServiceImpl implements QAEventService {
|
||||
@Autowired
|
||||
private QAEventsDaoImpl qaEventsDao;
|
||||
|
||||
@Autowired(required=false)
|
||||
@Autowired(required = false)
|
||||
@Qualifier("qaAutomaticProcessingMap")
|
||||
private Map<String, QAEventAutomaticProcessingEvaluation> qaAutomaticProcessingMap;
|
||||
|
||||
|
Reference in New Issue
Block a user