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

Commit 3da032dc authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

Fix a typo in ImageDecoder documentation

Bug: None
Test: None - no change in behavior
Change-Id: Ibd1e8721b4cead7ba841cf0e1f982610f991698c
parent 7c6ceb23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ public final class ImageDecoder implements AutoCloseable {
     *  {@link OnHeaderDecodedListener OnHeaderDecodedListener} and once with an
     *  implementation of {@link OnHeaderDecodedListener#onHeaderDecoded onHeaderDecoded}
     *  that calls {@link #setTargetSize} with smaller dimensions. One {@code Source}
     *  even used simultaneously in multiple threads.</p>
     *  can even be used simultaneously in multiple threads.</p>
     */
    public static abstract class Source {
        private Source() {}