Merge "Fix an out-of-date comment." into ub-mail-algol

This commit is contained in:
James Lemieux 2014-03-31 21:11:19 +00:00 committed by Android (Google) Code Review
commit 603d1bfa5e
1 changed files with 1 additions and 1 deletions

View File

@ -5644,7 +5644,7 @@ public class EmailProvider extends ContentProvider {
}
/**
* The method will no longer be needed after Kitkat MR2 releases. As emails are received from
* The method will no longer be needed after platform L releases. As emails are received from
* various protocols the email addresses are decoded and intended to be stored in the database
* in decoded form. The problem is that Exchange is a separate .apk and the old Exchange .apk
* still attempts to store <strong>encoded</strong> email addresses. So, we decode here at the