summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Plotnikov <dplotnikov@google.com>2009-12-02 22:08:38 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-02 22:08:38 -0800
commit772e90a42745e4958e25c7dd7122d3f6be4998c7 (patch)
tree18f791e24146496fb46d8126b128f396cbd41e18
parentf86253816b7166096111d29cb3708b1156f7ebf3 (diff)
parent780211a9a792dcc4cd57df0a4e8da34d05eb99f1 (diff)
downloadframeworks_base-772e90a42745e4958e25c7dd7122d3f6be4998c7.zip
frameworks_base-772e90a42745e4958e25c7dd7122d3f6be4998c7.tar.gz
frameworks_base-772e90a42745e4958e25c7dd7122d3f6be4998c7.tar.bz2
am 780211a9: Fixing broken build
Merge commit '780211a9a792dcc4cd57df0a4e8da34d05eb99f1' into eclair-mr2-plus-aosp * commit '780211a9a792dcc4cd57df0a4e8da34d05eb99f1': Fixing broken build
-rw-r--r--core/java/android/provider/ContactsContract.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java
index 8b6de2e..30c73d7 100644
--- a/core/java/android/provider/ContactsContract.java
+++ b/core/java/android/provider/ContactsContract.java
@@ -431,7 +431,7 @@ public final class ContactsContract {
* </tr>
* <tr>
* <td>long</td>
- * <td>{@link #NAME_RAW_CONTACT_ID}</td>
+ * <td>NAME_RAW_CONTACT_ID</td>
* <td>read-only</td>
* <td>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 {
* <td>{@link #DISPLAY_NAME}</td>
* <td>read-only</td>
* <td>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.</td>
* </tr>
* <tr>