camera2: Fix doc link for CameraCaptureSession.StateCallback.onSurfacePrepared.

Test: Check make doc-comment-check-docs output

Change-Id: I78cfb4790874c514b33b7b8ea2329ab79db36639
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
This commit is contained in:
Jayant Chowdhary
2023-02-07 10:29:54 -08:00
parent eca09fa8f9
commit 3ab561e16b

View File

@@ -124,7 +124,7 @@ public abstract class CameraCaptureSession implements AutoCloseable {
*
* <p>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.</p>
*
* <p>{@link android.hardware.camera2.CameraCharacteristics#INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY LEGACY}