Skip to content

Commit fced952

Browse files
committed
Fix immenent build breakage.
Change-Id: Iad7b68f1e16d4ba781fa45f467cb59c73a6ff26d
1 parent f8143c5 commit fced952

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

core/java/android/provider/CalendarContract.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ protected interface CalendarColumns {
309309
* Type: TEXT
310310
* </P>
311311
* TODO UNHIDE
312-
*
312+
*
313313
* @hide
314314
*/
315315
public static final String CALENDAR_COLOR_INDEX = "calendar_color_index";
@@ -734,8 +734,7 @@ protected interface AttendeesColumns {
734734
/**
735735
* The type of attendee. Column name.
736736
* <P>
737-
* Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL},
738-
* {@link #TYPE_RESOURCE})
737+
* Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL}
739738
* </P>
740739
*/
741740
public static final String ATTENDEE_TYPE = "attendeeType";
@@ -745,8 +744,8 @@ protected interface AttendeesColumns {
745744
public static final int TYPE_OPTIONAL = 2;
746745
/**
747746
* This specifies that an attendee is a resource, such as a room, and
748-
* not an actual person. TODO UNHIDE
749-
*
747+
* not an actual person. TODO UNHIDE and add to ATTENDEE_TYPE comment
748+
*
750749
* @hide
751750
*/
752751
public static final int TYPE_RESOURCE = 3;

0 commit comments

Comments
 (0)