File tree 1 file changed +2
-2
lines changed
entraid/src/main/java/redis/clients/authentication/entraid
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public class AzureTokenAuthConfigBuilder extends TokenAuthConfig.Builder<AzureTo
52
52
public static final int DEFAULT_TOKEN_REQUEST_EXECUTION_TIMEOUT_IN_MS = 1000 ;
53
53
public static final int DEFAULT_MAX_ATTEMPTS_TO_RETRY = 5 ;
54
54
public static final int DEFAULT_DELAY_IN_MS_TO_RETRY = 100 ;
55
- public static final Set <String > DEFAULT_SCOPES = Collections .singleton ("https://redis.azure.com/.default" );;
55
+ public static final Set <String > DEFAULT_SCOPES = Collections .singleton ("https://redis.azure.com/.default" );
56
56
57
57
private DefaultAzureCredential defaultAzureCredential ;
58
58
private Set <String > scopes = DEFAULT_SCOPES ;
@@ -89,7 +89,7 @@ public TokenAuthConfig build() {
89
89
}
90
90
91
91
@ Override
92
- public void close () throws Exception {
92
+ public void close () {
93
93
defaultAzureCredential = null ;
94
94
scopes = null ;
95
95
}
You can’t perform that action at this time.
0 commit comments