Skip to content

Commit

Permalink
GCS: Suppress JavaUtilDate in OAuth2RefreshCredentialsHandler (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored Dec 13, 2024
1 parent a3dcfd1 commit 540d6a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ private OAuth2RefreshCredentialsHandler(Map<String, String> properties) {
this.properties = properties;
}

@SuppressWarnings("JavaUtilDate") // GCP API uses java.util.Date
@Override
public AccessToken refreshAccessToken() {
LoadCredentialsResponse response;
Expand Down

0 comments on commit 540d6a6

Please sign in to comment.