mark utiltiy function as private

This commit is contained in:
Esco Obong 2015-03-25 10:10:34 -04:00
parent 551261ec16
commit 7923d036f8
1 changed files with 1 additions and 0 deletions

View File

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