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