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