mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 17:22:13 +00:00
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
|
* @param claim the name of the claim
|
||||||
* @return the claim value or {@code null} if the claim does not exist
|
* @return the claim value or {@code null} if the claim does not exist
|
||||||
* @throws IllegalArgumentException if the claim value cannot be converted to a
|
* @throws IllegalArgumentException if the claim value cannot be converted to a
|
||||||
* {@code List}
|
* {@code Map}
|
||||||
* @throws NullPointerException if the claim value is {@code null}
|
* @throws NullPointerException if the claim value is {@code null}
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user