mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
[CST-7756] refactoring
This commit is contained in:
@@ -26,8 +26,6 @@ import org.dspace.content.DSpaceObject;
|
||||
import org.dspace.core.Context;
|
||||
import org.dspace.core.ReloadableEntity;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Database entity representation of the subscription table
|
||||
*
|
||||
@@ -61,9 +59,7 @@ public class Subscription implements ReloadableEntity<Integer> {
|
||||
* Protected constructor, create object using:
|
||||
* {@link org.dspace.eperson.service.SubscribeService#subscribe(Context, EPerson, DSpaceObject, List, String)}
|
||||
*/
|
||||
protected Subscription() {
|
||||
|
||||
}
|
||||
protected Subscription() {}
|
||||
|
||||
@Override
|
||||
public Integer getID() {
|
||||
|
Reference in New Issue
Block a user