From 0105dfbe788b41b7e31e74664363451b44fa3d02 Mon Sep 17 00:00:00 2001 From: Emilian Peev Date: Wed, 15 May 2019 12:00:13 -0700 Subject: [PATCH] Camera: Fix some documentation typos Bug: 132419505 Test: Successful build Change-Id: Ifb610998422264f565a16eae005e7096a6a2f611 --- core/java/android/hardware/camera2/CameraManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/hardware/camera2/CameraManager.java b/core/java/android/hardware/camera2/CameraManager.java index b0142ea981de..f662b616cf86 100644 --- a/core/java/android/hardware/camera2/CameraManager.java +++ b/core/java/android/hardware/camera2/CameraManager.java @@ -98,7 +98,7 @@ public final class CameraManager { * identifiers, while removable cameras have a unique identifier for each * individual device, even if they are the same model.

* - *

This list doesn't contain physical cameras that can only used as part of a logical + *

This list doesn't contain physical cameras that can only be used as part of a logical * multi-camera device.

* * @return The list of currently connected camera devices. @@ -263,7 +263,7 @@ public final class CameraManager { * immutable for a given camera.

* *

From API level 29, this function can also be used to query the capabilities of physical - * cameras that can only be used as part of logical multi-camera. These cameras cannot not be + * cameras that can only be used as part of logical multi-camera. These cameras cannot be * opened directly via {@link #openCamera}

* * @param cameraId The id of the camera device to query. This could be either a standalone -- 2.11.0