Move comment to correct spot

Change-Id: Iaa76f2b014dca3651e0d62122e5d0df533c6bc73
This commit is contained in:
Marc Blank 2010-03-31 11:47:24 -07:00
parent 3ae84b247d
commit a3235209b0
1 changed files with 1 additions and 1 deletions

View File

@ -924,8 +924,8 @@ public class SyncManager extends Service implements Runnable {
if (syncManager != null) {
android.accounts.Account[] accountMgrList = AccountManager.get(syncManager)
.getAccountsByType(Email.EXCHANGE_ACCOUNT_MANAGER_TYPE);
// Make sure we have an up-to-date sAccountList
synchronized (sAccountList) {
// Make sure we have an up-to-date sAccountList
mAccountObserver.onAccountChanged();
reconcileAccountsWithAccountManager(syncManager, sAccountList,
accountMgrList, false, mResolver);