Fix typo in getClaimAsMap docstring
This commit is contained in:
parent
d99e98515c
commit
8e93e4715f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue