From 772722e4b7c3ce0e478528f7bc96c0458cf2869a Mon Sep 17 00:00:00 2001 From: Evan Millar Date: Wed, 30 Sep 2009 22:24:07 -0700 Subject: [PATCH] Fix docs error Change-Id: I7a39c5643cf6351bac47ccafff37fd32a668b9f5 --- 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 2e4bbab2ade0a..1aaeca5d97ad8 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -2192,7 +2192,7 @@ public final class ContactsContract { * should be centered around. In particular, if the dialog * has a "callout" arrow, it will be pointed and centered * around this {@link View}. - * @param lookupUri A {@link Contacts#CONTENT_LOOKUP_URI} style + * @param lookupUri A {@link ContactsContract.Contacts#CONTENT_LOOKUP_URI} style * {@link Uri} that describes a specific contact to feature * in this dialog. * @param mode Any of {@link #MODE_SMALL}, {@link #MODE_MEDIUM}, or @@ -2231,7 +2231,7 @@ public final class ContactsContract { * centered around, in screen coordinates. In particular, if * the dialog has a "callout" arrow, it will be pointed and * centered around this {@link Rect}. - * @param lookupUri A {@link Contacts#CONTENT_LOOKUP_URI} style + * @param lookupUri A {@link ContactsContract.Contacts#CONTENT_LOOKUP_URI} style * {@link Uri} that describes a specific contact to feature * in this dialog. * @param mode Any of {@link #MODE_SMALL}, {@link #MODE_MEDIUM}, or