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

Commit a417ca8c authored by Kweku Adams's avatar Kweku Adams
Browse files

Fix typo.

Bug: N/A
Test: N/A
Change-Id: Ibb2536599cedecf667b7c213a81b8959f0fcd254
parent 12ef2655
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1287,7 +1287,7 @@ public class JobInfo implements Parcelable {
         * {@link #setPeriodic(long)} or {@link #setPersisted(boolean)}.  To continually monitor
         * for content changes, you need to schedule a new JobInfo observing the same URIs
         * before you finish execution of the JobService handling the most recent changes.
         * Following this pattern will ensure you do not lost any content changes: while your
         * Following this pattern will ensure you do not lose any content changes: while your
         * job is running, the system will continue monitoring for content changes, and propagate
         * any it sees over to the next job you schedule.</p>
         *