Fix typo in getClaimAsMap docstring

This commit is contained in:
Parker Mauney 2023-11-21 20:57:38 -05:00 committed by Marcus Hert Da Coregio
parent d99e98515c
commit 8e93e4715f
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public interface ClaimAccessor {
* @param claim the name of the claim
* @return the claim value or {@code null} if the claim does not exist
* @throws IllegalArgumentException if the claim value cannot be converted to a
* {@code List}
* {@code Map}
* @throws NullPointerException if the claim value is {@code null}
*/
@SuppressWarnings("unchecked")