Merge "Fix eviction order when linking new external ids"

This commit is contained in:
ekempin
2016-12-05 10:33:12 +00:00
committed by Gerrit Code Review

View File

@@ -396,8 +396,8 @@ public class AccountManager {
if (who.getEmailAddress() != null) {
byEmailCache.evict(who.getEmailAddress());
byIdCache.evict(to);
}
byIdCache.evict(to);
}
return new AuthResult(to, key, false);