Skip to content

Commit

Permalink
chore: Remove outdated TODO comment (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 authored Dec 11, 2024
1 parent e0645fc commit 17c0007
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ static GoogleAuthException createWithTokenEndpointIOException(
IOException ioException, String message) {

if (message == null) {
// TODO: temporarily setting retry Count to service account default to remove a direct
// dependency, to be reverted after release
return new GoogleAuthException(true, OAuth2Utils.DEFAULT_NUMBER_OF_RETRIES, ioException);
} else {
return new GoogleAuthException(
Expand Down

0 comments on commit 17c0007

Please sign in to comment.