Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fced9521 authored by RoboErik's avatar RoboErik
Browse files

Fix immenent build breakage.

Change-Id: Iad7b68f1e16d4ba781fa45f467cb59c73a6ff26d
parent f8143c5d
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -734,8 +734,7 @@ public final class CalendarContract {
        /**
         * The type of attendee. Column name.
         * <P>
         * Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL},
         * {@link #TYPE_RESOURCE})
         * Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL}
         * </P>
         */
        public static final String ATTENDEE_TYPE = "attendeeType";
@@ -745,7 +744,7 @@ public final class CalendarContract {
        public static final int TYPE_OPTIONAL = 2;
        /**
         * This specifies that an attendee is a resource, such as a room, and
         * not an actual person. TODO UNHIDE
         * not an actual person. TODO UNHIDE and add to ATTENDEE_TYPE comment
         * 
         * @hide
         */