diff --git a/oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java b/oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java index a376f55be..73c44d3e8 100644 --- a/oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java @@ -763,7 +763,7 @@ public abstract static class Builder extends GoogleCredentials.Builder { @Nullable protected ServiceAccountImpersonationOptions serviceAccountImpersonationOptions; /* The field is not being used and value not set. Superseded by the same field in the - {@link GoogleCredential.Builder}. + {@link GoogleCredentials.Builder}. */ @Nullable @Deprecated protected String universeDomain;