Skip to content

Commit bcf629a

Browse files
committed
fix pmd ImmutableField
1 parent 7670547 commit bcf629a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/cloud/stackit/sdk/core/KeyFlowAuthenticator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class KeyFlowAuthenticator implements Authenticator {
4848
private final String tokenUrl;
4949
private long tokenLeewayInSeconds = DEFAULT_TOKEN_LEEWAY;
5050

51-
private Lock tokenRefreshLock = new ReentrantLock();
51+
private final Lock tokenRefreshLock = new ReentrantLock();
5252

5353
/**
5454
* Creates the initial service account and refreshes expired access token.

0 commit comments

Comments
 (0)