[KEYCLOAK-13927] Fix java doc @param name in PermissionResource
This commit is contained in:
parent
acc5ab9e44
commit
56a70bd376
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class PermissionResource {
|
||||||
/**
|
/**
|
||||||
* Creates a new permission ticket for a set of one or more resource and scope(s).
|
* 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
|
* @return a permission response holding a permission ticket with the requested permissions
|
||||||
*/
|
*/
|
||||||
public PermissionResponse create(final List<PermissionRequest> requests) {
|
public PermissionResponse create(final List<PermissionRequest> requests) {
|
||||||
|
|
Loading…
Reference in a new issue