File tree 1 file changed +1
-2
lines changed
src/main/java/net/snowflake/client/core
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 4
4
import static net .snowflake .client .jdbc .SnowflakeUtil .systemGetEnv ;
5
5
import static net .snowflake .client .jdbc .SnowflakeUtil .systemGetProperty ;
6
6
7
- import com .amazonaws .util .StringUtils ;
8
7
import com .fasterxml .jackson .core .JsonProcessingException ;
9
8
import com .fasterxml .jackson .databind .JsonNode ;
10
9
import com .fasterxml .jackson .databind .ObjectMapper ;
@@ -438,7 +437,7 @@ private static void convertSessionParameterStringValueToBooleanIfGiven(
438
437
}
439
438
440
439
private static void readCachedTokensIfPossible (SFLoginInput loginInput ) throws SFException {
441
- if (!StringUtils .isNullOrEmpty (loginInput .getUserName ())) {
440
+ if (!Strings .isNullOrEmpty (loginInput .getUserName ())) {
442
441
if (asBoolean (loginInput .getSessionParameters ().get (CLIENT_STORE_TEMPORARY_CREDENTIAL ))) {
443
442
CredentialManager .fillCachedIdToken (loginInput );
444
443
CredentialManager .fillCachedOAuthAccessToken (loginInput );
You can’t perform that action at this time.
0 commit comments