diff options
| author | 2010-07-19 14:11:54 -0700 | |
|---|---|---|
| committer | 2010-07-19 14:11:54 -0700 | |
| commit | fb5bccf229b52803649c70780e706c063e835447 (patch) | |
| tree | 0ab1bdd99f74063d9834fed5e059082774957064 | |
| parent | b9b918d6e1a304dedbdee867b4f63dfa8c4ab025 (diff) | |
fix javadoc error
Change-Id: I387e2807af2ea6299a976e0763e6ad6f264543fe
| -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 889d3b6a7263..7df8487e2304 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -675,7 +675,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> */ |