Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 272c70aa authored by Clément Julliard's avatar Clément Julliard
Browse files

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
parent 9fda153a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ public final class TotalCaptureResult extends CaptureResult {
     * @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() {