commit | 272c70aab421a136764b1f8542ea979f208a74a2 | [log] [tgz] |
---|---|---|
author | Clément Julliard <clju@google.com> | Wed Jun 21 08:43:32 2023 +0000 |
committer | Clément Julliard <clju@google.com> | Wed Jun 21 08:47:54 2023 +0000 |
tree | 24db068b5dcd6c3ee1d44af2a619711262d7cda9 | |
parent | 9fda153a29a318cd20001b134c731379e4e1ea42 [diff] |
Fix javadoc for getPhysicalCameraResults. It's currently broken (missing "}"), see https://developer.android.com/reference/android/hardware/camera2/TotalCaptureResult#getPhysicalCameraResults(). Bug: 288217944 Test: built doc Change-Id: I9f6a196e547a21d0e29201851226ce507412d084
diff --git a/core/java/android/hardware/camera2/TotalCaptureResult.java b/core/java/android/hardware/camera2/TotalCaptureResult.java index ac7f2ca..7e42f43 100644 --- a/core/java/android/hardware/camera2/TotalCaptureResult.java +++ b/core/java/android/hardware/camera2/TotalCaptureResult.java
@@ -179,7 +179,7 @@ * @return unmodifiable map between physical camera ids and their capture result metadata * * @deprecated - * <p>Please use {@link #getPhysicalCameraTotalResults() instead to get the + * <p>Please use {@link #getPhysicalCameraTotalResults()} instead to get the * physical cameras' {@code TotalCaptureResult}.</p> */ public Map<String, CaptureResult> getPhysicalCameraResults() {