summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Michael Chan <mchan@android.com> 2011-10-19 18:21:49 -0700
committer Michael Chan <mchan@android.com> 2011-10-19 18:21:49 -0700
commit73bddfcdd3ba50d30aca9df0f394d15bc7932b6a (patch)
tree78ab3d10827a682421d10bb109486b64e95d46f8
parent12d1f099944bb8f1171962c72f1c3a130e7264fb (diff)
Update comments for Calendar ExtendedProperties.
Change-Id: Id51fe946995b19f98f1745abd3c83c942779b5df
-rw-r--r--core/java/android/provider/CalendarContract.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/provider/CalendarContract.java b/core/java/android/provider/CalendarContract.java
index 44f259ac9584..ded496c16a3d 100644
--- a/core/java/android/provider/CalendarContract.java
+++ b/core/java/android/provider/CalendarContract.java
@@ -72,7 +72,7 @@ import android.util.Log;
* {@link Calendars#MAX_REMINDERS} which is set by the Sync Adapter that owns
* the given calendar. Reminders are specified in minutes before the event and
* have a type.</li>
- * <li>The {@link ExtendedProperties} table hold opaque data fields used by the
+ * <li>The {@link ExtendedProperties} table holds opaque data fields used by the
* sync adapter. The provider takes no action with items in this table except to
* delete them when their related events are deleted.</li>
* </ul>
@@ -2400,7 +2400,7 @@ public final class CalendarContract {
/**
* Fields for accessing the Extended Properties. This is a generic set of
- * name/value pairs for use by sync adapters or apps to add extra
+ * name/value pairs for use by sync adapters to add extra
* information to events. There are three writable columns and all three
* must be present when inserting a new value. They are:
* <ul>