Skip to content

Commit 62d52f9

Browse files
author
Michael Chan
committed
Fix build
Change-Id: I56d6305b6c28dab8c6d4d04d56df277e0ca39d91
1 parent f7d3bdf commit 62d52f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/provider/CalendarContract.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ protected interface AttendeesColumns {
760760
/**
761761
* The identity of the attendee as referenced in
762762
* {@link ContactsContract.CommonDataKinds.Identity#IDENTITY}.
763-
* This is required only if {@link #ATTENDEE_ID_NAMESPACE} is present. Column name.
763+
* This is required only if ATTENDEE_ID_NAMESPACE is present. Column name.
764764
* <P>Type: STRING</P>
765765
* @hide
766766
*/
@@ -769,7 +769,7 @@ protected interface AttendeesColumns {
769769
/**
770770
* The identity name space of the attendee as referenced in
771771
* {@link ContactsContract.CommonDataKinds.Identity#NAMESPACE}.
772-
* This is required only if {@link #ATTENDEE_IDENTITY} is present. Column name.
772+
* This is required only if ATTENDEE_IDENTITY is present. Column name.
773773
* <P>Type: STRING</P>
774774
* @hide
775775
*/

0 commit comments

Comments
 (0)