Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
olivier lamy 2017-06-19 21:58:14 +10:00
parent c23489d1fd
commit 590e61b574
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public class JpaRbacManager extends AbstractRBACManager {
try {
role = q.getSingleResult();
} catch (NoResultException ex) {
log.warn("Role {0} not found", roleName);
log.warn("Role {} not found", roleName);
throw new RbacObjectNotFoundException("Role not found "+roleName);
}
return role;