Browse Source

Fix typo in JwtDecoder

pull/15214/head
MateuszLenczewski 2 years ago committed by Josh Cummings
parent
commit
077439c73e
  1. 2
      oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/JwtDecoder.java

2
oauth2/oauth2-jose/src/main/java/org/springframework/security/oauth2/jwt/JwtDecoder.java

@ -18,7 +18,7 @@ package org.springframework.security.oauth2.jwt; @@ -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…
Cancel
Save