mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
[DS-3003] Ensure all service & DAO implementations have a protected constructor
This commit is contained in:
@@ -59,6 +59,10 @@ public class BitstreamServiceImpl extends DSpaceObjectServiceImpl<Bitstream> imp
|
||||
@Autowired(required = true)
|
||||
protected BitstreamStorageService bitstreamStorageService;
|
||||
|
||||
protected BitstreamServiceImpl()
|
||||
{
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Bitstream find(Context context, UUID id) throws SQLException {
|
||||
|
Reference in New Issue
Block a user