mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
[DS-3003] Ensure all service & DAO implementations have a protected constructor
This commit is contained in:
@@ -75,6 +75,11 @@ public class ItemServiceImpl extends DSpaceObjectServiceImpl<Item> implements It
|
||||
@Autowired(required = true)
|
||||
protected VersioningService versioningService;
|
||||
|
||||
protected ItemServiceImpl()
|
||||
{
|
||||
super();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Thumbnail getThumbnail(Context context, Item item, boolean requireOriginal) throws SQLException {
|
||||
Bitstream thumbBitstream;
|
||||
|
Reference in New Issue
Block a user