Skip to content

Commit bcb4c1d

Browse files
committed
chore: fix compilation issue
1 parent 86e5ee1 commit bcb4c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ protected Builder(UserCredentials credentials) {
429429
this.refreshToken = credentials.refreshToken;
430430
this.transportFactory = credentials.transportFactory;
431431
this.tokenServerUri = credentials.tokenServerUri;
432-
this.account = credentials.account;
432+
this.account = credentials.principal;
433433
}
434434

435435
@CanIgnoreReturnValue

0 commit comments

Comments
 (0)