From 0a847149aaf85716b468f7c9109b15b752d9539b Mon Sep 17 00:00:00 2001 From: Chris Poultney Date: Mon, 12 Dec 2022 17:35:32 +0000 Subject: [PATCH] Fix a minor javadoc issue Bug: 253481667 Test: n/a, documentation only Change-Id: Iadbd3a1a9f065bc1222ebc9af8ee4ddb5371d23f --- core/java/android/app/WallpaperManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/WallpaperManager.java b/core/java/android/app/WallpaperManager.java index 162a9976f4f37..7eacc3c3bdf19 100644 --- a/core/java/android/app/WallpaperManager.java +++ b/core/java/android/app/WallpaperManager.java @@ -1096,7 +1096,7 @@ public class WallpaperManager { } /** - * Like {@link #getFastDrawable(int)}, but the returned Drawable has a number + * Like {@link #getDrawable(int)}, but the returned Drawable has a number * of limitations to reduce its overhead as much as possible. It will * never scale the wallpaper (only centering it if the requested bounds * do match the bitmap bounds, which should not be typical), doesn't