Skip to content

Commit 17c0007

Browse files
authored
chore: Remove outdated TODO comment (#1595)
1 parent e0645fc commit 17c0007

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ static GoogleAuthException createWithTokenEndpointIOException(
156156
IOException ioException, String message) {
157157

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

0 commit comments

Comments
 (0)