From fced9521be9abfeb59f0edbbc98922f85264e7bd Mon Sep 17 00:00:00 2001
From: RoboErik
Date: Wed, 12 Oct 2011 13:43:56 -0700
Subject: [PATCH] Fix immenent build breakage.
Change-Id: Iad7b68f1e16d4ba781fa45f467cb59c73a6ff26d
---
core/java/android/provider/CalendarContract.java | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/core/java/android/provider/CalendarContract.java b/core/java/android/provider/CalendarContract.java
index 9fef6366f6879..d7060c193f392 100644
--- a/core/java/android/provider/CalendarContract.java
+++ b/core/java/android/provider/CalendarContract.java
@@ -309,7 +309,7 @@ public final class CalendarContract {
* Type: TEXT
*
* TODO UNHIDE
- *
+ *
* @hide
*/
public static final String CALENDAR_COLOR_INDEX = "calendar_color_index";
@@ -734,8 +734,7 @@ public final class CalendarContract {
/**
* The type of attendee. Column name.
*
- * Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL},
- * {@link #TYPE_RESOURCE})
+ * Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL}
*
*/
public static final String ATTENDEE_TYPE = "attendeeType";
@@ -745,8 +744,8 @@ 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
*/
public static final int TYPE_RESOURCE = 3;