summaryrefslogtreecommitdiff
path: root/java/com/android/contacts/common/MoreContactUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/contacts/common/MoreContactUtils.java')
-rw-r--r--java/com/android/contacts/common/MoreContactUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/contacts/common/MoreContactUtils.java b/java/com/android/contacts/common/MoreContactUtils.java
index 26241b34f..9749cabfd 100644
--- a/java/com/android/contacts/common/MoreContactUtils.java
+++ b/java/com/android/contacts/common/MoreContactUtils.java
@@ -65,7 +65,7 @@ public class MoreContactUtils {
// TODO: Move this to PhoneDataItem.shouldCollapse override
private static boolean shouldCollapsePhoneNumbers(String number1, String number2) {
- // Work around to address b/20724444. We want to distinguish between #555, *555 and 555.
+ // Work around to address a bug. We want to distinguish between #555, *555 and 555.
// This makes no attempt to distinguish between 555 and 55*5, since 55*5 is an improbable
// number. PhoneNumberUtil already distinguishes between 555 and 55#5.
if (number1.contains("#") != number2.contains("#")
@@ -119,7 +119,7 @@ public class MoreContactUtils {
// +14155551212
// 4155551212
//
- // From b/7519057, case 2 needs to be equal. But also that bug, case 3
+ // From a bug, case 2 needs to be equal. But also that bug, case 3
// below should not be equal.
//
// case 3)