mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
[DS-3003] Ensure all service & DAO implementations have a protected constructor
This commit is contained in:
@@ -44,6 +44,11 @@ public class InstallItemServiceImpl implements InstallItemService
|
||||
@Autowired(required = true)
|
||||
protected ItemService itemService;
|
||||
|
||||
protected InstallItemServiceImpl()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public Item installItem(Context c, InProgressSubmission is)
|
||||
throws SQLException, AuthorizeException
|
||||
|
Reference in New Issue
Block a user