Fixing broken javadoc.
Was linking to a hidden interface. Change-Id: Iff48cb97ed4078b2b91bade9a47d7afc5d7891bf
This commit is contained in:
@ -652,8 +652,7 @@ public final class ContactsContract {
|
|||||||
|
|
||||||
private interface StatusColumns extends Im.CommonPresenceColumns {
|
private interface StatusColumns extends Im.CommonPresenceColumns {
|
||||||
/**
|
/**
|
||||||
* Contact's latest presence level, see {@link Im.CommonPresenceColumns} for
|
* Contact's latest presence level.
|
||||||
* specific definitions.
|
|
||||||
* <P>Type: INTEGER (one of the values below)</P>
|
* <P>Type: INTEGER (one of the values below)</P>
|
||||||
*/
|
*/
|
||||||
public static final String PRESENCE = PRESENCE_STATUS;
|
public static final String PRESENCE = PRESENCE_STATUS;
|
||||||
|
Reference in New Issue
Block a user