mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 03:53:07 +00:00
[DS-2976] Ensure all database entities have a protected constructor
This commit is contained in:
@@ -61,6 +61,10 @@ public abstract class DSpaceObject implements Serializable
|
||||
@Transient
|
||||
private boolean modified = false;
|
||||
|
||||
protected DSpaceObject()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset the cache of event details.
|
||||
|
Reference in New Issue
Block a user