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:
@@ -65,6 +65,11 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
|
||||
protected WorkspaceItemService workspaceItemService;
|
||||
|
||||
|
||||
protected CollectionServiceImpl()
|
||||
{
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Collection create(Context context, Community community) throws SQLException, AuthorizeException {
|
||||
return create(context, community, null);
|
||||
|
Reference in New Issue
Block a user