am 92a32832: DO NOT MERGE - Fix Javadoc build break.

* commit '92a3283286df3a6c2a27ecde8eddf23abbb87de9':
  DO NOT MERGE - Fix Javadoc build break.
This commit is contained in:
Leon Scroggins III
2014-03-06 21:31:31 +00:00
committed by Android Git Automerger

View File

@@ -1052,7 +1052,7 @@ public final class Bitmap implements Parcelable {
* <p>This method will not affect the behavior of a bitmap without an alpha
* channel, or if {@link #hasAlpha()} returns false.</p>
*
* <p>Calling {@link createBitmap()} or {@link createScaledBitmap()} with a source
* <p>Calling createBitmap() or createScaledBitmap() with a source
* Bitmap whose colors are not pre-multiplied may result in a RuntimeException,
* since those functions require drawing the source, which is not supported for
* un-pre-multiplied Bitmaps.</p>