From 17c0007fc9defd246645ec5f684ed09147fc32d5 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 11 Dec 2024 15:51:33 -0500 Subject: [PATCH] chore: Remove outdated TODO comment (#1595) --- .../java/com/google/auth/oauth2/GoogleAuthException.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java b/oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java index bcb15209f..a8b843877 100644 --- a/oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java +++ b/oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java @@ -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(