am 603d1bfa: Merge "Fix an out-of-date comment." into ub-mail-algol

* commit '603d1bfa5ed12fa3a54c660ac4cc0c753e0cde8e':
  Fix an out-of-date comment.
This commit is contained in:
James Lemieux 2014-04-02 22:56:57 +00:00 committed by Android Git Automerger
commit ef2d771252
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