From 974ccb1735e5ef697a5c4adc3f627582a03c89ec Mon Sep 17 00:00:00 2001 From: James Lemieux Date: Fri, 28 Mar 2014 15:52:02 -0700 Subject: [PATCH] Fix an out-of-date comment. The code related to the comment didn't ship as part of Kitkat MR2 and instead will go out with the platform L release. Change-Id: Ib9ece3390005b5b0217e0c5540322802b1c096ad --- src/com/android/email/provider/EmailProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/email/provider/EmailProvider.java b/src/com/android/email/provider/EmailProvider.java index 57dec34a4..9f35fe2af 100644 --- a/src/com/android/email/provider/EmailProvider.java +++ b/src/com/android/email/provider/EmailProvider.java @@ -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 encoded email addresses. So, we decode here at the