Skip to content

Commit 9cce49c

Browse files
authored
fix: do not expose universe_domain yet (#1206)
1 parent 0ff58e1 commit 9cce49c

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
@@ -580,7 +580,7 @@ public String getWorkforcePoolUserProject() {
580580
}
581581

582582
@Nullable
583-
public String getUniverseDomain() {
583+
String getUniverseDomain() {
584584
return universeDomain;
585585
}
586586

0 commit comments

Comments
 (0)