We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7670547 commit bcf629aCopy full SHA for bcf629a
core/src/main/java/cloud/stackit/sdk/core/KeyFlowAuthenticator.java
@@ -48,7 +48,7 @@ public class KeyFlowAuthenticator implements Authenticator {
48
private final String tokenUrl;
49
private long tokenLeewayInSeconds = DEFAULT_TOKEN_LEEWAY;
50
51
- private Lock tokenRefreshLock = new ReentrantLock();
+ private final Lock tokenRefreshLock = new ReentrantLock();
52
53
/**
54
* Creates the initial service account and refreshes expired access token.
0 commit comments