diff --git a/core/java/android/hardware/camera2/TotalCaptureResult.java b/core/java/android/hardware/camera2/TotalCaptureResult.java index ac7f2ca6a427c..7e42f43056e1d 100644 --- a/core/java/android/hardware/camera2/TotalCaptureResult.java +++ b/core/java/android/hardware/camera2/TotalCaptureResult.java @@ -179,7 +179,7 @@ public final class TotalCaptureResult extends CaptureResult { * @return unmodifiable map between physical camera ids and their capture result metadata * * @deprecated - *

Please use {@link #getPhysicalCameraTotalResults() instead to get the + *

Please use {@link #getPhysicalCameraTotalResults()} instead to get the * physical cameras' {@code TotalCaptureResult}.

*/ public Map getPhysicalCameraResults() {