diff options
author | kmccormick <kmccormick@google.com> | 2013-03-28 16:33:11 -0700 |
---|---|---|
committer | kmccormick <kmccormick@google.com> | 2013-03-28 16:33:46 -0700 |
commit | 50e27c813522e1772e3bd406c5e0d6d7dee14cc0 (patch) | |
tree | abaed7549949c0604f0bc86df90467198290778f /core | |
parent | 689e827aa3fa69d20087972dfb93ed257e4d109b (diff) | |
download | frameworks_base-50e27c813522e1772e3bd406c5e0d6d7dee14cc0.zip frameworks_base-50e27c813522e1772e3bd406c5e0d6d7dee14cc0.tar.gz frameworks_base-50e27c813522e1772e3bd406c5e0d6d7dee14cc0.tar.bz2 |
Doc update: misc fixes
"Bug: 3424410"
Some of these had already been fixed.
Change-Id: I1d0ab3a8fa51aa308186059db4186e7a7d24e9f8
Diffstat (limited to 'core')
-rwxr-xr-x | core/java/android/provider/ContactsContract.java | 4 | ||||
-rw-r--r-- | core/java/android/util/AttributeSet.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 8f54a38..965d38d 100755 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -1359,7 +1359,7 @@ public final class ContactsContract { * status definitions. Automatically computed as the highest presence of all * constituent raw contacts. The provider may choose not to store this value * in persistent storage. The expectation is that presence status will be - * updated on a regular basic.</td> + * updated on a regular basis.</td> * </tr> * <tr> * <td>String</td> @@ -4131,7 +4131,7 @@ public final class ContactsContract { * all IM rows. See {@link StatusUpdates} for individual status definitions. * The provider may choose not to store this value * in persistent storage. The expectation is that presence status will be - * updated on a regular basic. + * updated on a regular basis. * </td> * </tr> * <tr> diff --git a/core/java/android/util/AttributeSet.java b/core/java/android/util/AttributeSet.java index 470526c..74942ba 100644 --- a/core/java/android/util/AttributeSet.java +++ b/core/java/android/util/AttributeSet.java @@ -151,7 +151,7 @@ public interface AttributeSet { * Return the value of 'attribute' as a resource identifier. * * <p>Note that this is different than {@link #getAttributeNameResource} - * in that it returns a the value contained in this attribute as a + * in that it returns the value contained in this attribute as a * resource identifier (i.e., a value originally of the form * "@package:type/resource"); the other method returns a resource * identifier that identifies the name of the attribute. @@ -230,7 +230,7 @@ public interface AttributeSet { * Return the value of attribute at 'index' as a resource identifier. * * <p>Note that this is different than {@link #getAttributeNameResource} - * in that it returns a the value contained in this attribute as a + * in that it returns the value contained in this attribute as a * resource identifier (i.e., a value originally of the form * "@package:type/resource"); the other method returns a resource * identifier that identifies the name of the attribute. |