Skip to content
Snippets Groups Projects

refactor(PersonValidationRightStructureController): remove unused service

Merged Mathieu.Vonlanthen requested to merge MVO-refacto-remove-unused-service into master
@@ -35,12 +35,6 @@ import ch.unige.aou.rest.UrlPath;
@RequestMapping(UrlPath.ADMIN_PEOPLE + SolidifyConstants.URL_PARENT_ID + ResourceName.VALIDATION_RIGHTS_STRUCTURES)
public class PersonValidationRightStructureController extends Relation3TiersController<Person, Structure, PublicationSubtype, ValidationRight> {
private PublicationSubtypeService publicationSubtypeService;
public PersonValidationRightStructureController(PublicationSubtypeService publicationSubtypeService) {
this.publicationSubtypeService = publicationSubtypeService;
}
/**
* Return the list of validation rights for the given person
*
Loading