Skip to content

Commit

Permalink
fix: do not expose universe_domain yet (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsirac committed May 19, 2023
1 parent 0ff58e1 commit 9cce49c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ public String getWorkforcePoolUserProject() {
}

@Nullable
public String getUniverseDomain() {
String getUniverseDomain() {
return universeDomain;
}

Expand Down

0 comments on commit 9cce49c

Please sign in to comment.