am c45389fd: Merge "fix the build... sorry... bad docs..." into honeycomb
* commit 'c45389fd3791badf097666f10a74ae736b06d438': fix the build... sorry... bad docs...
This commit is contained in:
@@ -470,7 +470,7 @@ public abstract class AsyncTask<Params, Progress, Result> {
|
|||||||
* Executes the task with the specified parameters. The task returns
|
* Executes the task with the specified parameters. The task returns
|
||||||
* itself (this) so that the caller can keep a reference to it. The tasks
|
* 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
|
* 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
|
* with a custom {@link Executor} to have finer grained control over how the
|
||||||
* tasks are run.
|
* tasks are run.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user