Skip to content

Commit

Permalink
Fix typo in getClaimAsMap docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkerM authored and marcusdacoregio committed Nov 22, 2023
1 parent d99e985 commit 8e93e47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ default URL getClaimAsURL(String claim) {
* @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")
Expand Down

0 comments on commit 8e93e47

Please sign in to comment.