[DS-2902] Remove duplicate variable declaration when inheriting from an abstract class

This commit is contained in:
KevinVdV
2015-11-19 14:30:25 +01:00
parent 64d11d5664
commit 221ebeea81
16 changed files with 2 additions and 63 deletions

View File

@@ -23,7 +23,6 @@ import org.dspace.eperson.Group;
import org.dspace.eperson.service.GroupService;
import org.dspace.eperson.service.SubscribeService;
import org.dspace.event.Event;
import org.dspace.handle.service.HandleService;
import org.dspace.workflow.factory.WorkflowServiceFactory;
import org.springframework.beans.factory.annotation.Autowired;
@@ -58,8 +57,6 @@ public class CollectionServiceImpl extends DSpaceObjectServiceImpl<Collection> i
@Autowired(required = true)
protected GroupService groupService;
@Autowired(required = true)
protected HandleService handleService;
@Autowired(required = true)
protected LicenseService licenseService;
@Autowired(required = true)