File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
entraid/src/main/java/redis/clients/authentication/entraid Expand file tree Collapse file tree 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
5252 public static final int DEFAULT_TOKEN_REQUEST_EXECUTION_TIMEOUT_IN_MS = 1000 ;
5353 public static final int DEFAULT_MAX_ATTEMPTS_TO_RETRY = 5 ;
5454 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" );
5656
5757 private DefaultAzureCredential defaultAzureCredential ;
5858 private Set <String > scopes = DEFAULT_SCOPES ;
@@ -89,7 +89,7 @@ public TokenAuthConfig build() {
8989 }
9090
9191 @ Override
92- public void close () throws Exception {
92+ public void close () {
9393 defaultAzureCredential = null ;
9494 scopes = null ;
9595 }
You can’t perform that action at this time.
0 commit comments