summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2010-03-15 16:47:24 -0700
committerDmitri Plotnikov <dplotnikov@google.com>2010-03-15 16:47:24 -0700
commit51698db0c97b20e95421bc42b243e4ea315137be (patch)
tree756b590737f1a681971a5b97ac64d271065c432f /src/com/android/providers
parente0bbba6a6026b2577e62097ea8f8f7ebe48da8f5 (diff)
downloadpackages_providers_ContactsProvider-51698db0c97b20e95421bc42b243e4ea315137be.zip
packages_providers_ContactsProvider-51698db0c97b20e95421bc42b243e4ea315137be.tar.gz
packages_providers_ContactsProvider-51698db0c97b20e95421bc42b243e4ea315137be.tar.bz2
Fixing broken build
Change-Id: I1a16eacf94003b3c85a9843eed4a3e8f74969286
Diffstat (limited to 'src/com/android/providers')
-rw-r--r--src/com/android/providers/contacts/ContactLookupKey.java2
1 files changed, 1 insertions, 1 deletions
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);