diff options
| author | 2010-07-19 15:29:10 -0700 | |
|---|---|---|
| committer | 2010-07-19 15:29:10 -0700 | |
| commit | 3766ed3eed6be0a9e78193166bab64bf25f02e81 (patch) | |
| tree | a3c79dcc3272a810f31d7aa45b6de8d7c0cb978a | |
| parent | 535f6f67ecfb16bbdc3d9adf8867e3c91be005fc (diff) | |
| parent | a5fe776a7933b2241858ef83f01b812c7badc231 (diff) | |
am a5fe776a: Merge "fix javadoc error which breaks SDK build in gingerbread" into gingerbread
Merge commit 'a5fe776a7933b2241858ef83f01b812c7badc231' into gingerbread-plus-aosp
* commit 'a5fe776a7933b2241858ef83f01b812c7badc231':
fix javadoc error which breaks SDK build in gingerbread
| -rw-r--r-- | core/java/android/provider/ContactsContract.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 8bd5a10f25bb..f0ee8386d4f9 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -409,7 +409,7 @@ public final class ContactsContract { public static final String CONTACT_PRESENCE = "contact_presence"; /** - * Contact Chat Capabilities. See {@link StatusColumns#CHAT_CAPABILITY} for individual + * Contact Chat Capabilities. See {@link StatusUpdates} for individual * definitions. * <p>Type: NUMBER</p> */ |