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

Commit af18c40b authored by Hyundo Moon's avatar Hyundo Moon Committed by Android (Google) Code Review
Browse files

Merge "Fix wrong JavaDoc parameter names of ExifInterface.getJpegAttributes()"

parents 2ba9de34 89779299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2189,9 +2189,9 @@ public class ExifInterface {
    /**
     * Loads EXIF attributes from a JPEG input stream.
     *
     * @param inputStream The input stream that starts with the JPEG data.
     * @param in The input stream that starts with the JPEG data.
     * @param jpegOffset The offset value in input stream for JPEG data.
     * @param imageTypes The image type from which to retrieve metadata. Use IFD_TYPE_PRIMARY for
     * @param imageType The image type from which to retrieve metadata. Use IFD_TYPE_PRIMARY for
     *                   primary image, IFD_TYPE_PREVIEW for preview image, and
     *                   IFD_TYPE_THUMBNAIL for thumbnail image.
     * @throws IOException If the data contains invalid JPEG markers, offsets, or length values.