[KEYCLOAK-13927] Fix java doc @param name in PermissionResource

This commit is contained in:
Bart Monhemius 2020-04-23 08:46:12 +02:00 committed by Pedro Igor
parent acc5ab9e44
commit 56a70bd376

View file

@ -71,7 +71,7 @@ public class PermissionResource {
/**
* Creates a new permission ticket for a set of one or more resource and scope(s).
*
* @param request the {@link PermissionRequest} representing the resource and scope(s) (not {@code null})
* @param requests the {@link PermissionRequest} representing the resource and scope(s) (not {@code null})
* @return a permission response holding a permission ticket with the requested permissions
*/
public PermissionResponse create(final List<PermissionRequest> requests) {