mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
[DS-2976] Ensure all database entities have a protected constructor
This commit is contained in:
@@ -60,6 +60,11 @@ public class Bundle extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
@Transient
|
||||
protected transient BundleService bundleService;
|
||||
|
||||
/**
|
||||
* Protected constructor, create object using:
|
||||
* {@link org.dspace.content.service.BundleService#create(Context, Item, String)}
|
||||
*
|
||||
*/
|
||||
protected Bundle()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user