diff options
| author | Emilian Peev <epeev@google.com> | 2019-05-15 12:00:13 -0700 |
|---|---|---|
| committer | Emilian Peev <epeev@google.com> | 2019-05-15 12:00:13 -0700 |
| commit | 0105dfbe788b41b7e31e74664363451b44fa3d02 (patch) | |
| tree | a298172c8674aa3af374505855ebf64eab94e005 /core/java | |
| parent | 9a086d9f32175f6a16976bfacf320a648380a8e3 (diff) | |
Camera: Fix some documentation typos
Bug: 132419505
Test: Successful build
Change-Id: Ifb610998422264f565a16eae005e7096a6a2f611
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/hardware/camera2/CameraManager.java | 4 |
1 files 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.</p> * - * <p>This list doesn't contain physical cameras that can only used as part of a logical + * <p>This list doesn't contain physical cameras that can only be used as part of a logical * multi-camera device.</p> * * @return The list of currently connected camera devices. @@ -263,7 +263,7 @@ public final class CameraManager { * immutable for a given camera.</p> * * <p>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}</p> * * @param cameraId The id of the camera device to query. This could be either a standalone |
