Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48ac0ffa authored by Leon Scroggins III's avatar Leon Scroggins III Committed by Android Git Automerger
Browse files

am 5aa3e4d5: Merge "Fix Javadoc build break."

* commit '5aa3e4d5':
  Fix Javadoc build break.
parents bab711b5 5aa3e4d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>