diff --git a/common/models/role.js b/common/models/role.js index 0d8880fa..7cf3ed45 100644 --- a/common/models/role.js +++ b/common/models/role.js @@ -68,6 +68,7 @@ module.exports = function(Role) { /** * Fetch all models assigned to this role + * @private * @param {*} model model type to fetch * @param {String} [principalType] principalType used in the rolemapping for model * @param {object} [query] query object passed to model find call