Skip to content

Commit 0947a5e

Browse files
Update src/Aydsko.iRacingData/OAuthAuthenticatingHttpClientBase.cs
Correct commented-out finalizer. Co-authored-by: Copilot <[email protected]>
1 parent 6296a22 commit 0947a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aydsko.iRacingData/OAuthAuthenticatingHttpClientBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void ClearLoggedInState()
2626
}
2727

2828
// // TODO: override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources
29-
// ~PasswordLimitedOAuthAuthenticatingHttpClient()
29+
// ~OAuthAuthenticatingHttpClientBase()
3030
// {
3131
// // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method
3232
// Dispose(disposing: false);

0 commit comments

Comments
 (0)