mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
remove unused field MINUTES_10 from JWTTokenProvider
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user