Skip to content

Commit 947f3da

Browse files
Fix: Update Javadoc reference in ExternalAccountCredentials
The Javadoc for ExternalAccountCredentials.java incorrectly referred to `GoogleCredential.Builder`. This commit corrects the reference to `GoogleCredentials.Builder`.
1 parent c9fd1b1 commit 947f3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ public abstract static class Builder extends GoogleCredentials.Builder {
763763
@Nullable protected ServiceAccountImpersonationOptions serviceAccountImpersonationOptions;
764764

765765
/* The field is not being used and value not set. Superseded by the same field in the
766-
{@link GoogleCredential.Builder}.
766+
{@link GoogleCredentials.Builder}.
767767
*/
768768
@Nullable @Deprecated protected String universeDomain;
769769

0 commit comments

Comments
 (0)