Skip to content

Commit 164f879

Browse files
committed
Override getUniverseDomain
1 parent fc405c3 commit 164f879

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ public final String getPrivateKeyId() {
418418
return privateKeyId;
419419
}
420420

421+
@Override
421422
public final String getUniverseDomain() {
422423
return universeDomain;
423424
}

0 commit comments

Comments
 (0)