diff options
| author | 2014-09-03 13:40:16 -0700 | |
|---|---|---|
| committer | 2014-09-03 20:51:13 +0000 | |
| commit | 93b47603bfa11d95ab3d87e5dbc55f128244ff81 (patch) | |
| tree | ef385befd31ae139f4495eccc550063d15c23fc4 | |
| parent | 8364885a7d256de783a670c102baebdc25d45bf0 (diff) | |
JobScheduler: Fix doc build break
Change-Id: I769da7274fe5e3f64a47c82f893afeee6a11254e
| -rw-r--r-- | core/java/android/app/job/JobScheduler.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/app/job/JobScheduler.java b/core/java/android/app/job/JobScheduler.java index 5edc2a0efd15..89efeb256081 100644 --- a/core/java/android/app/job/JobScheduler.java +++ b/core/java/android/app/job/JobScheduler.java @@ -29,7 +29,8 @@ import android.content.Context; * JobScheduler with {@link #schedule(JobInfo)}. When the criteria declared are met, the * system will execute this job on your application's {@link android.app.job.JobService}. * You identify which JobService is meant to execute the logic for your job when you create the - * JobInfo with {@link android.app.job.JobInfo.Builder#Builder(int, android.content.ComponentName)}. + * JobInfo with + * {@link android.app.job.JobInfo.Builder#JobInfo.Builder(int,android.content.ComponentName)}. * </p> * <p> * The framework will be intelligent about when you receive your callbacks, and attempt to batch |