Skip to content

Commit

Permalink
Fix | Javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-ye committed May 30, 2019
1 parent f29619a commit f17d180
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1093,8 +1093,6 @@ void checkClosed() throws SQLServerException {
* Returns if Federated Authentication is in use or is about to expire soon
*
* @return true/false
* @throws SQLServerException
* if an error occurs.
*/
protected boolean needsReconnect() {
return (null != fedAuthToken && Util.checkIfNeedNewAccessToken(this, fedAuthToken.expiresOn));
Expand Down

0 comments on commit f17d180

Please sign in to comment.