@@ -134,7 +134,7 @@ static SqlAuthenticationToken getSqlFedAuthToken(SqlFedAuthInfo fedAuthInfo, Str
134
134
} catch (MalformedURLException | ExecutionException e ) {
135
135
throw getCorrectedException (e , user , authenticationString );
136
136
} catch (TimeoutException e ) {
137
- throw new SQLServerException (SQLServerException .getErrString ("R_connectionTimedOut" ), e );
137
+ throw new SQLServerException (SQLServerException .getErrString ("R_connectionTimedOut" ), e );
138
138
} finally {
139
139
lock .unlock ();
140
140
executorService .shutdown ();
@@ -201,7 +201,7 @@ static SqlAuthenticationToken getSqlFedAuthTokenPrincipal(SqlFedAuthInfo fedAuth
201
201
} catch (MalformedURLException | ExecutionException e ) {
202
202
throw getCorrectedException (e , aadPrincipalID , authenticationString );
203
203
} catch (TimeoutException e ) {
204
- throw new SQLServerException (SQLServerException .getErrString ("R_connectionTimedOut" ), e );
204
+ throw new SQLServerException (SQLServerException .getErrString ("R_connectionTimedOut" ), e );
205
205
} finally {
206
206
lock .unlock ();
207
207
executorService .shutdown ();
@@ -469,7 +469,7 @@ static SqlAuthenticationToken getSqlFedAuthTokenInteractive(SqlFedAuthInfo fedAu
469
469
} catch (MalformedURLException | URISyntaxException | ExecutionException e ) {
470
470
throw getCorrectedException (e , user , authenticationString );
471
471
} catch (TimeoutException e ) {
472
- throw new SQLServerException (SQLServerException .getErrString ("R_connectionTimedOut" ), e );
472
+ throw new SQLServerException (SQLServerException .getErrString ("R_connectionTimedOut" ), e );
473
473
} finally {
474
474
lock .unlock ();
475
475
executorService .shutdown ();
0 commit comments