OSDN Git Service

Fix javadoc.
authorTorne (Richard Coles) <torne@google.com>
Mon, 17 Mar 2014 17:51:40 +0000 (17:51 +0000)
committerTorne (Richard Coles) <torne@google.com>
Mon, 17 Mar 2014 17:51:40 +0000 (17:51 +0000)
Fix javadoc reference missing a #

Bug: 13246311
Change-Id: Ifc06234943339250feb5b4f2077af03c35be076e

graphics/java/android/graphics/Bitmap.java

index 968ed74..e32e4be 100644 (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 {@link #createBitmap()} or {@link #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>