remove unused field MINUTES_10 from JWTTokenProvider

This commit is contained in:
Marcos.Cela
2021-01-08 08:21:35 +01:00
parent a8a0bcb7db
commit ca7c809feb

View File

@@ -29,8 +29,6 @@ import javax.annotation.Nonnull;
*/
public class JWTTokenProvider implements AuthorizationProvider {
private static final long MINUTES_10 = Duration.ofMinutes(10).toMillis();
private final PrivateKey privateKey;
@Nonnull