diff options
| author | 2014-01-15 14:23:14 -0500 | |
|---|---|---|
| committer | 2014-01-15 14:23:14 -0500 | |
| commit | 2bc49ca96eb786f66dc2b9573e1f09bdb2d82d5e (patch) | |
| tree | 90bfbfee7eba0b0db2ac854c56dcf1ad436063a3 | |
| parent | f761fa77677b774d998660bc86149b040c7eb5c5 (diff) | |
Fix Javadoc build break.
Remove links to non-specific function name.
Change-Id: I5643074149d0a511bd760d638751c44e3ec4c557
| -rw-r--r-- | graphics/java/android/graphics/Bitmap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/java/android/graphics/Bitmap.java b/graphics/java/android/graphics/Bitmap.java index 4d82264639a8..536c4b61550e 100644 --- a/graphics/java/android/graphics/Bitmap.java +++ b/graphics/java/android/graphics/Bitmap.java @@ -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> |