mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
[DS-3003] Ensure all service & DAO implementations have a protected constructor
This commit is contained in:
@@ -40,6 +40,11 @@ public class MostRecentChecksumServiceImpl implements MostRecentChecksumService
|
||||
@Autowired(required = true)
|
||||
protected BitstreamService bitstreamService;
|
||||
|
||||
protected MostRecentChecksumServiceImpl()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public MostRecentChecksum getNonPersistedObject()
|
||||
{
|
||||
|
Reference in New Issue
Block a user