1
0

[CST-5674] code cleanup

This commit is contained in:
Davide Negretti
2022-05-20 17:41:20 +02:00
parent 9d577c5317
commit c206005d42
2 changed files with 1 additions and 6 deletions

View File

@@ -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;

View File

@@ -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,