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

Commit 9bb85ab3 authored by Joe Onorato's avatar Joe Onorato
Browse files

fix the build... sorry... bad docs...

Change-Id: I4b543f306d58ec95693c8e3515dffcb7dd55dc29
parent 9b120ead
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ public abstract class AsyncTask<Params, Progress, Result> {
     * Executes the task with the specified parameters. The task returns
     * itself (this) so that the caller can keep a reference to it.  The tasks
     * started by all invocations of this method in a given process are run
     * sequentially.  Call the {@link #execute(Executor,Params...) execute(Executor,Params...)}
     * sequentially.  Call the executeOnExecutor(Executor,Params...)
     * with a custom {@link Executor} to have finer grained control over how the
     * tasks are run.
     *