File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
core/java/android/provider Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments