[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

@@ -24,7 +24,6 @@ import org.dspace.core.LogManager;
import org.dspace.eperson.Group;
import org.dspace.eperson.service.GroupService;
import org.dspace.event.Event;
import org.dspace.handle.service.HandleService;
import org.springframework.beans.factory.annotation.Autowired;
import java.io.IOException;
@@ -51,8 +50,6 @@ public class CommunityServiceImpl extends DSpaceObjectServiceImpl<Community> imp
@Autowired(required = true)
protected CollectionService collectionService;
@Autowired(required = true)
protected HandleService handleService;
@Autowired(required = true)
protected GroupService groupService;
@Autowired(required = true)
protected AuthorizeService authorizeService;