Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca7c809

Browse filesBrowse files
author
Marcos.Cela
committed
remove unused field MINUTES_10 from JWTTokenProvider
1 parent a8a0bcb commit ca7c809
Copy full SHA for ca7c809

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/extras/auth/JWTTokenProvider.java
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.