diff options
author | Doris Liu <tianliu@google.com> | 2015-06-18 15:26:17 -0700 |
---|---|---|
committer | Doris Liu <tianliu@google.com> | 2015-06-18 15:28:27 -0700 |
commit | a6c51149c59b2921507f6903e490bd00702972d1 (patch) | |
tree | 030491b32b08b2b906600ecf46f1bfcd1fff45b0 /graphics/java/android | |
parent | b0ff3a6cb37aa45add4b0c5135bd978442fcc441 (diff) | |
download | frameworks_base-a6c51149c59b2921507f6903e490bd00702972d1.zip frameworks_base-a6c51149c59b2921507f6903e490bd00702972d1.tar.gz frameworks_base-a6c51149c59b2921507f6903e490bd00702972d1.tar.bz2 |
Fix a typo in Drawable's javadoc
Change-Id: Ic168b250defb30512cb35a836118fe2bdf1b2e78
Diffstat (limited to 'graphics/java/android')
-rw-r--r-- | graphics/java/android/graphics/drawable/Drawable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/drawable/Drawable.java b/graphics/java/android/graphics/drawable/Drawable.java index 6090cf0..5e62aea 100644 --- a/graphics/java/android/graphics/drawable/Drawable.java +++ b/graphics/java/android/graphics/drawable/Drawable.java @@ -433,7 +433,7 @@ public abstract class Drawable { /** * Set the layout direction for this drawable. Should be a resolved - * layout direction, as the Drawable as no capacity to do the resolution on + * layout direction, as the Drawable has no capacity to do the resolution on * its own. * * @param layoutDirection the resolved layout direction for the drawable, |