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

Commit ca57d30a authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Fix doc parameter description typo

The 'CaptureRequest.Builder.setPhysicalCameraKey'
return value and parameter description contain
a typo that must be corrected.

Bug: 140915387
Test: make -j42 docs,
manual check of generated docs

Change-Id: I6f17df1917a7381c4119b9fcff3c5b8b18c5faa6
parent f986b4e9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -880,11 +880,10 @@ public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>>
         * @throws IllegalArgumentException if the physical camera id is not valid
         *
         * @param key The metadata field to write.
         * @param value The value to set the field to, which must be of a matching
         * @param value The value to set the field to, which must be of a matching type to the key.
         * @param physicalCameraId A valid physical camera Id. The valid camera Ids can be obtained
         *                         via calls to {@link CameraCharacteristics#getPhysicalCameraIds}.
         * @return The builder object.
         * type to the key.
         */
        public <T> Builder setPhysicalCameraKey(@NonNull Key<T> key, T value,
                @NonNull String physicalCameraId) {