mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
[DS-3003] Ensure all service & DAO implementations have a protected constructor
This commit is contained in:
@@ -41,6 +41,11 @@ public class SubscribeServiceImpl implements SubscribeService
|
||||
@Autowired(required = true)
|
||||
protected CollectionService collectionService;
|
||||
|
||||
protected SubscribeServiceImpl()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<Subscription> findAll(Context context) throws SQLException {
|
||||
return subscriptionDAO.findAllOrderedByEPerson(context);
|
||||
|
Reference in New Issue
Block a user