Skip to content

Commit ca7c809

Browse files
author
Marcos.Cela
committed
remove unused field MINUTES_10 from JWTTokenProvider
1 parent a8a0bcb commit ca7c809

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/kohsuke/github/extras/auth/JWTTokenProvider.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
*/
3030
public class JWTTokenProvider implements AuthorizationProvider {
3131

32-
private static final long MINUTES_10 = Duration.ofMinutes(10).toMillis();
33-
3432
private final PrivateKey privateKey;
3533

3634
@Nonnull

0 commit comments

Comments
 (0)