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

Commit e2b1d52a authored by Shuzhen Wang's avatar Shuzhen Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc for getPhysicalCameraResults." into udc-dev

parents 057c1e7c 272c70aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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
     * @return unmodifiable map between physical camera ids and their capture result metadata
     *
     *
     * @deprecated
     * @deprecated
     * <p>Please use {@link #getPhysicalCameraTotalResults() instead to get the
     * <p>Please use {@link #getPhysicalCameraTotalResults()} instead to get the
     * physical cameras' {@code TotalCaptureResult}.</p>
     * physical cameras' {@code TotalCaptureResult}.</p>
     */
     */
    public Map<String, CaptureResult> getPhysicalCameraResults() {
    public Map<String, CaptureResult> getPhysicalCameraResults() {