summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/BitmapFactory.java
diff options
context:
space:
mode:
authorShuhrat Dehkanov <k@efir.uz>2013-12-11 20:46:35 +0900
committerShuhrat Dehkanov <k@efir.uz>2014-03-28 11:10:55 +0000
commit5b15b1717ef95ef8c91f8587fee1f789aec6ae49 (patch)
treee08b4e1222d47191424b95e653f1f967c605b21e /graphics/java/android/graphics/BitmapFactory.java
parent55a655091a30667ba7c091dc22d350c0bb8d8641 (diff)
downloadframeworks_base-5b15b1717ef95ef8c91f8587fee1f789aec6ae49.zip
frameworks_base-5b15b1717ef95ef8c91f8587fee1f789aec6ae49.tar.gz
frameworks_base-5b15b1717ef95ef8c91f8587fee1f789aec6ae49.tar.bz2
Correct typo in doc comment
Changed "will" to "with" (will null Options -> with null Options) Change-Id: I3bbfb953d8e783ca6335247463007cbee722a28e Signed-off-by: Shuhrat Dehkanov <k@efir.uz>
Diffstat (limited to 'graphics/java/android/graphics/BitmapFactory.java')
-rw-r--r--graphics/java/android/graphics/BitmapFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/BitmapFactory.java b/graphics/java/android/graphics/BitmapFactory.java
index 1f35e50..519217c 100644
--- a/graphics/java/android/graphics/BitmapFactory.java
+++ b/graphics/java/android/graphics/BitmapFactory.java
@@ -465,7 +465,7 @@ public class BitmapFactory {
/**
* Synonym for {@link #decodeResource(Resources, int, android.graphics.BitmapFactory.Options)}
- * will null Options.
+ * with null Options.
*
* @param res The resources object containing the image data
* @param id The resource id of the image data