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