File tree 1 file changed +2
-3
lines changed
gax-java/gax/src/main/java/com/google/api/gax/rpc
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -214,9 +214,8 @@ private String determineUniverseDomain() {
214
214
if (universeDomain () != null && universeDomain ().isEmpty ()) {
215
215
throw new IllegalArgumentException ("The universe domain value cannot be empty." );
216
216
}
217
- // Override with configured universe domain if provided. If the universe domain is configured
218
- // by the user, the universe domain will either be the settings or from the env var. The
219
- // value from ClientSettings has priority.
217
+ // If the universe domain is configured by the user, the universe domain will either be
218
+ // from the settings or from the env var. The value from ClientSettings has priority.
220
219
return universeDomain () != null ? universeDomain () : Credentials .GOOGLE_DEFAULT_UNIVERSE ;
221
220
}
222
221
You can’t perform that action at this time.
0 commit comments