Alon Bar-Lev has posted comments on this change. Change subject: restapi: move aaa artifact to own subpackage ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/30592/1/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendAssignedRolesResource.java File backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendAssignedRolesResource.java: Line 24: implements AssignedRolesResource { Line 25: Line 26: private Guid principalId; Line 27: Line 28: public BackendAssignedRolesResource(Guid principalId) { this is the only non trivial change, if there is other method I will be happy to know Line 29: super(Role.class, Permissions.class); Line 30: this.principalId = principalId; Line 31: } Line 32: -- To view, visit http://gerrit.ovirt.org/30592 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idc08ae7bcf8d506569a30c97887bc2534d66cc61 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
