From 51698db0c97b20e95421bc42b243e4ea315137be Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Mon, 15 Mar 2010 16:47:24 -0700 Subject: Fixing broken build Change-Id: I1a16eacf94003b3c85a9843eed4a3e8f74969286 --- src/com/android/providers/contacts/ContactLookupKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/providers') diff --git a/src/com/android/providers/contacts/ContactLookupKey.java b/src/com/android/providers/contacts/ContactLookupKey.java index 5f4bd64..0590bfb 100644 --- a/src/com/android/providers/contacts/ContactLookupKey.java +++ b/src/com/android/providers/contacts/ContactLookupKey.java @@ -149,7 +149,7 @@ public class ContactLookupKey { while (offset < length) { c = string.charAt(offset++); - if (c == '.') {contactId + if (c == '.') { if (offset == length) { throw new IllegalArgumentException("Invalid lookup id: " + lookupKey); -- cgit v1.1