diff options
author | Michael Chan <mchan@android.com> | 2011-10-20 10:51:58 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-10-20 10:51:58 -0700 |
commit | e1aef8ec047209fe365c0714b720d35c215a76cc (patch) | |
tree | 6f6d3500536ecc5dfca0f05e92168a8acc2d870f | |
parent | ee89393f5f48c1d621af291121d1624b6127dba5 (diff) | |
parent | 73bddfcdd3ba50d30aca9df0f394d15bc7932b6a (diff) | |
download | frameworks_base-e1aef8ec047209fe365c0714b720d35c215a76cc.zip frameworks_base-e1aef8ec047209fe365c0714b720d35c215a76cc.tar.gz frameworks_base-e1aef8ec047209fe365c0714b720d35c215a76cc.tar.bz2 |
Merge "Update comments for Calendar ExtendedProperties."
-rw-r--r-- | core/java/android/provider/CalendarContract.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/provider/CalendarContract.java b/core/java/android/provider/CalendarContract.java index 44f259a..ded496c 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> |