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

Commit 28bccf25 authored by Guillaume Bailey's avatar Guillaume Bailey
Browse files

Fix typo

Test: comment change only
Change-Id: Icd774e9f84dbc3939ca2088023d31ca49ad747cc
parent 4e85f27b
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -306,9 +306,9 @@ public abstract class CameraCaptureSession implements AutoCloseable {
     * requests are processed in first-in, first-out order and reprocess requests are processed in
     * requests are processed in first-in, first-out order and reprocess requests are processed in
     * first-in, first-out order, respectively. However, the processing order of a regular request
     * first-in, first-out order, respectively. However, the processing order of a regular request
     * and a reprocess request in progress is not specified. In other words, a regular request
     * and a reprocess request in progress is not specified. In other words, a regular request
     * will always be processed before regular requets that are submitted later. A reprocess request
     * will always be processed before regular requests that are submitted later. A reprocess
     * will always be processed before reprocess requests that are submitted later. However, a
     * request will always be processed before reprocess requests that are submitted later. However,
     * regular request may not be processed before reprocess requests that are submitted later.<p>
     * a regular request may not be processed before reprocess requests that are submitted later.<p>
     *
     *
     * <p>Requests submitted through this method have higher priority than
     * <p>Requests submitted through this method have higher priority than
     * those submitted through {@link #setRepeatingRequest} or
     * those submitted through {@link #setRepeatingRequest} or