Make Account an AutoValue
Change-Id: Iaf2fc09dee221cf25d05932ba8ccf30b047da014
This commit is contained in:
@@ -62,7 +62,7 @@ public class AccountIdHandler extends OptionHandler<Account.Id> {
|
||||
Account.Id accountId;
|
||||
try {
|
||||
try {
|
||||
accountId = accountResolver.resolve(token).asUnique().getAccount().getId();
|
||||
accountId = accountResolver.resolve(token).asUnique().getAccount().id();
|
||||
} catch (UnprocessableEntityException e) {
|
||||
switch (authType) {
|
||||
case HTTP_LDAP:
|
||||
|
Reference in New Issue
Block a user