GUAC-800: Fix documentation for system permission manipulation within user management controller.

This commit is contained in:
Michael Jumper
2015-04-08 14:03:19 -07:00
parent b7147801ce
commit ced097c374

View File

@@ -205,7 +205,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
* reflect the addition of the given system permission. * reflect the addition of the given system permission.
* *
* @param {String} type * @param {String} type
* The system permission to remove, as defined by * The system permission to add, as defined by
* PermissionSet.SystemPermissionType. * PermissionSet.SystemPermissionType.
*/ */
var addSystemPermission = function addSystemPermission(type) { var addSystemPermission = function addSystemPermission(type) {
@@ -225,7 +225,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
* reflect the removal of the given system permission. * reflect the removal of the given system permission.
* *
* @param {String} type * @param {String} type
* The system permission to add, as defined by * The system permission to remove, as defined by
* PermissionSet.SystemPermissionType. * PermissionSet.SystemPermissionType.
*/ */
var removeSystemPermission = function removeSystemPermission(type) { var removeSystemPermission = function removeSystemPermission(type) {