From 43edf1e51d980694a0a1511cc20a940c1213130b Mon Sep 17 00:00:00 2001 From: Yin-Chia Yeh Date: Mon, 21 Aug 2017 15:33:38 -0700 Subject: [PATCH] Image: fix typo Test: none (doc only fix) Bug: 64648913 Change-Id: I98aa7ac1588e52e8dae0cbbda806159f378110ca --- media/java/android/media/Image.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/java/android/media/Image.java b/media/java/android/media/Image.java index 3e75759bdfce4..fbe55614db52b 100644 --- a/media/java/android/media/Image.java +++ b/media/java/android/media/Image.java @@ -31,7 +31,7 @@ import android.graphics.Rect; * {@link java.nio.ByteBuffer ByteBuffers}. Each buffer is encapsulated in a * {@link Plane} that describes the layout of the pixel data in that plane. Due * to this direct access, and unlike the {@link android.graphics.Bitmap Bitmap} class, - * Images are not directly usable as as UI resources.

+ * Images are not directly usable as UI resources.

* *

Since Images are often directly produced or consumed by hardware * components, they are a limited resource shared across the system, and should