diff options
| author | 2011-10-21 13:01:56 -0700 | |
|---|---|---|
| committer | 2011-10-21 13:01:56 -0700 | |
| commit | f9d89f388f6aa46ae497241f9333f787dac1e05d (patch) | |
| tree | 68d51c823907cb5bd7b822c3a6456a9df58da381 | |
| parent | 760bf7de06a83f07d5bad6d2e934daa2332b17e2 (diff) | |
| parent | 0c559c6c575e3415788cb08d374df3b4937b99b0 (diff) | |
Merge "s/should/can"
| -rw-r--r-- | core/java/android/provider/CalendarContract.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/CalendarContract.java b/core/java/android/provider/CalendarContract.java index f71e35062794..b14ca2b05308 100644 --- a/core/java/android/provider/CalendarContract.java +++ b/core/java/android/provider/CalendarContract.java @@ -2357,7 +2357,7 @@ public final class CalendarContract { /** * Fields for accessing colors available for a given account. Colors are * referenced by {@link #COLOR_INDEX} which must be unique for a given - * account name/type. These values should only be updated by the sync + * account name/type. These values can only be updated by the sync * adapter. Only {@link #COLOR} may be updated after the initial insert. In * addition, a row can only be deleted once all references to that color * have been removed from the {@link Calendars} or {@link Events} tables. |