Skip to content

Commit 51c66ad

Browse files
committed
chore: Update comments
1 parent 01ed807 commit 51c66ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gax-java/gax/src/main/java/com/google/api/gax/rpc/EndpointContext.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,8 @@ private String determineUniverseDomain() {
214214
if (universeDomain() != null && universeDomain().isEmpty()) {
215215
throw new IllegalArgumentException("The universe domain value cannot be empty.");
216216
}
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.
220219
return universeDomain() != null ? universeDomain() : Credentials.GOOGLE_DEFAULT_UNIVERSE;
221220
}
222221

0 commit comments

Comments
 (0)