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

Commit a51258f2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in Javadoc." am: 302d0925

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1935381

Change-Id: I70122ee99f7ad99b3447a9a394e2f7887dbdf7fa
parents b7048e07 302d0925
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ public abstract class JobService extends Service {
     * will not be invoked.
     *
     * @param params Parameters specifying info about this job, including the optional
     *     extras configured with {@link JobInfo.Builder#setExtras(android.os.PersistableBundle).
     *     extras configured with {@link JobInfo.Builder#setExtras(android.os.PersistableBundle)}.
     *     This object serves to identify this specific running job instance when calling
     *     {@link #jobFinished(JobParameters, boolean)}.
     * @return {@code true} if your service will continue running, using a separate thread