parent
5591b5198b
commit
025d47c57a
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ public class UPConfigUtils {
|
|||
* @param roles to validate
|
||||
* @param fieldName we are validating for use in error messages
|
||||
* @param errors to ass error message into
|
||||
* @param attributeName we are validating for use in erorr messages
|
||||
* @param attributeName we are validating for use in error messages
|
||||
*/
|
||||
private static void validateRoles(Set<String> roles, String fieldName, List<String> errors, String attributeName) {
|
||||
if (roles != null) {
|
||||
|
|
Loading…
Reference in a new issue