From e3fbe6cf15f87c5ae33c5767e01202d97f888910 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Wed, 24 Sep 2025 10:44:22 -0400 Subject: [PATCH] fix: Use Cloud RAD in deprecation link in GoogleCredential class --- .../api/client/googleapis/auth/oauth2/GoogleCredential.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleCredential.java b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleCredential.java index 80353273d..1d8c70a51 100644 --- a/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleCredential.java +++ b/google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/GoogleCredential.java @@ -219,7 +219,7 @@ public static GoogleCredential getApplicationDefault( * @return the credential defined by the credentialStream. * @throws IOException if the credential cannot be created from the stream. * @deprecated This method is being deprecated because of a potential security risk. - * Please use {@link GoogleCredentials instead. + * Please use {@link GoogleCredentials instead. */ @Beta @Deprecated @@ -251,7 +251,7 @@ public static GoogleCredential fromStream(InputStream credentialStream) throws I * @return the credential defined by the credentialStream. * @throws IOException if the credential cannot be created from the stream. * @deprecated This method is being deprecated because of a potential security risk. - * Please use {@link GoogleCredentials instead. + * Please use {@link GoogleCredentials instead. */ @Beta @Deprecated