From 780211a9a792dcc4cd57df0a4e8da34d05eb99f1 Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Wed, 2 Dec 2009 22:00:32 -0800 Subject: [PATCH] Fixing broken build Change-Id: Iead6eb44261c2415731bc8cfec53fc48c4c13fa8 --- core/java/android/provider/ContactsContract.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 8b6de2e193c03..30c73d79f489d 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -431,7 +431,7 @@ public final class ContactsContract { * * * long - * {@link #NAME_RAW_CONTACT_ID} + * NAME_RAW_CONTACT_ID * read-only * The ID of the raw contact that contributes the display name * to the aggregate contact. During aggregation one of the constituent @@ -443,7 +443,7 @@ public final class ContactsContract { * {@link #DISPLAY_NAME} * read-only * The display name for the contact. It is the display name - * contributed by the raw contact referred to by the {@link #NAME_RAW_CONTACT_ID} + * contributed by the raw contact referred to by the NAME_RAW_CONTACT_ID * column. * *