forked from hazza/dspace-angular
[CST-5674] code cleanup
This commit is contained in:
@@ -129,11 +129,6 @@ describe('ResourcePolicyService', () => {
|
||||
a: ePersonEndpoint
|
||||
}),
|
||||
});
|
||||
/*groupService = jasmine.createSpyObj('groupService', {
|
||||
getBrowseEndpoint: cold('a|', {
|
||||
a: groupEndpoint
|
||||
}),
|
||||
});*/
|
||||
objectCache = {} as ObjectCacheService;
|
||||
const notificationsService = {} as NotificationsService;
|
||||
const http = {} as HttpClient;
|
||||
|
@@ -71,7 +71,7 @@ export class ResourcePolicyService {
|
||||
protected searchByResourceMethod = 'resource';
|
||||
|
||||
constructor(
|
||||
public requestService: RequestService,
|
||||
protected requestService: RequestService,
|
||||
protected rdbService: RemoteDataBuildService,
|
||||
protected objectCache: ObjectCacheService,
|
||||
protected halService: HALEndpointService,
|
||||
|
Reference in New Issue
Block a user