diff --git a/core/java/android/hardware/camera2/CameraCaptureSession.java b/core/java/android/hardware/camera2/CameraCaptureSession.java index 691690c09e0e0..9747d3b04dc6b 100644 --- a/core/java/android/hardware/camera2/CameraCaptureSession.java +++ b/core/java/android/hardware/camera2/CameraCaptureSession.java @@ -124,7 +124,7 @@ public abstract class CameraCaptureSession implements AutoCloseable { * *

Note that if 2 surfaces share the same stream via {@link * OutputConfiguration#enableSurfaceSharing} and {@link OutputConfiguration#addSurface}, - * prepare() only needs to be called on one surface, and {link + * prepare() only needs to be called on one surface, and {@link * StateCallback#onSurfacePrepared} will be triggered for both surfaces.

* *

{@link android.hardware.camera2.CameraCharacteristics#INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY LEGACY}