Merge "Fix issue found by FindBugs"

This commit is contained in:
Marc Blank 2010-05-18 09:12:05 -07:00 committed by Android (Google) Code Review
commit 2ac2c224d6

View File

@ -1071,8 +1071,8 @@ public class ContactsSyncAdapter extends AbstractSyncAdapter {
// If we've found an existing data row, we'll delete it. Any rows left at the
// end should be deleted...
if (result != null) {
list.remove(result);
for (NamedContentValues values : result) {
list.remove(values);
}
// Return the row found (or null)