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

This commit is contained in:
Shuzhen Wang
2023-06-21 16:47:06 +00:00
committed by Android (Google) Code Review

View File

@@ -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() {