summaryrefslogtreecommitdiffstats
path: root/core/java/android/util
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-03-28 16:47:25 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-03-28 16:47:25 -0700
commiteff1151d6c66bb7ab4fcf1a2ce0f92c2770ae886 (patch)
treeb472fc444be9ae9d4ad12de4f53754aadbca20cf /core/java/android/util
parent5399a5648fb6756a7e7429b07a5a36493ff00395 (diff)
parent0de7af1e18a72a979baa9711e4e980b21cf80255 (diff)
downloadframeworks_base-eff1151d6c66bb7ab4fcf1a2ce0f92c2770ae886.zip
frameworks_base-eff1151d6c66bb7ab4fcf1a2ce0f92c2770ae886.tar.gz
frameworks_base-eff1151d6c66bb7ab4fcf1a2ce0f92c2770ae886.tar.bz2
am 0de7af1e: am c9c63003: am fd245a2e: am 593c0dbf: am 378d4367: Merge "Doc update: misc fixes" into jb-mr1.1-docs
* commit '0de7af1e18a72a979baa9711e4e980b21cf80255': Doc update: misc fixes
Diffstat (limited to 'core/java/android/util')
-rw-r--r--core/java/android/util/AttributeSet.java4
1 files changed, 2 insertions, 2 deletions
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.