mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 11:03:12 +00:00
[DS-3003] Ensure all service & DAO implementations have a protected constructor
This commit is contained in:
@@ -60,6 +60,12 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
|
||||
@Autowired(required = true)
|
||||
protected SiteService siteService;
|
||||
|
||||
protected CommunityServiceImpl()
|
||||
{
|
||||
super();
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public Community create(Community parent, Context context) throws SQLException, AuthorizeException {
|
||||
return create(parent, context, null);
|
||||
|
Reference in New Issue
Block a user