mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
Fix typo in JwtDecoder
This commit is contained in:
parent
1b2d2ed611
commit
077439c73e
@ -18,7 +18,7 @@ package org.springframework.security.oauth2.jwt;
|
||||
|
||||
/**
|
||||
* Implementations of this interface are responsible for "decoding" a JSON Web
|
||||
* Token (JWT) from it's compact claims representation format to a {@link Jwt}.
|
||||
* Token (JWT) from its compact claims representation format to a {@link Jwt}.
|
||||
*
|
||||
* <p>
|
||||
* JWTs may be represented using the JWS Compact Serialization format for a JSON Web
|
||||
|
Loading…
x
Reference in New Issue
Block a user