Fixing broken javadoc.

Was linking to a hidden interface.

Change-Id: Iff48cb97ed4078b2b91bade9a47d7afc5d7891bf
This commit is contained in:
Dmitri Plotnikov
2009-09-27 20:16:31 -07:00
parent 879664e3e2
commit a60479d2ea

View File

@ -652,8 +652,7 @@ public final class ContactsContract {
private interface StatusColumns extends Im.CommonPresenceColumns {
/**
* Contact's latest presence level, see {@link Im.CommonPresenceColumns} for
* specific definitions.
* Contact's latest presence level.
* <P>Type: INTEGER (one of the values below)</P>
*/
public static final String PRESENCE = PRESENCE_STATUS;