Skip to content

Commit e1aef8e

Browse files
Michael ChanAndroid (Google) Code Review
authored andcommitted
Merge "Update comments for Calendar ExtendedProperties."
2 parents ee89393 + 73bddfc commit e1aef8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/provider/CalendarContract.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
* {@link Calendars#MAX_REMINDERS} which is set by the Sync Adapter that owns
7373
* the given calendar. Reminders are specified in minutes before the event and
7474
* have a type.</li>
75-
* <li>The {@link ExtendedProperties} table hold opaque data fields used by the
75+
* <li>The {@link ExtendedProperties} table holds opaque data fields used by the
7676
* sync adapter. The provider takes no action with items in this table except to
7777
* delete them when their related events are deleted.</li>
7878
* </ul>
@@ -2400,7 +2400,7 @@ protected interface ExtendedPropertiesColumns {
24002400

24012401
/**
24022402
* Fields for accessing the Extended Properties. This is a generic set of
2403-
* name/value pairs for use by sync adapters or apps to add extra
2403+
* name/value pairs for use by sync adapters to add extra
24042404
* information to events. There are three writable columns and all three
24052405
* must be present when inserting a new value. They are:
24062406
* <ul>

0 commit comments

Comments
 (0)