From 6f931ccd31bc0a8a402072c1d87e682c8a30a404 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Wed, 17 Oct 2012 11:06:11 -0700 Subject: Fix javadoc Change-Id: Ie98dd00f41add876f3740f5d37781a10c6bd41fe --- core/java/android/os/AsyncTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/java') diff --git a/core/java/android/os/AsyncTask.java b/core/java/android/os/AsyncTask.java index 69e1de9..ce5f163 100644 --- a/core/java/android/os/AsyncTask.java +++ b/core/java/android/os/AsyncTask.java @@ -110,7 +110,7 @@ import java.util.concurrent.atomic.AtomicInteger; *

The 4 steps

*

When an asynchronous task is executed, the task goes through 4 steps:

*
    - *
  1. {@link #onPreExecute()}, invoked on the UI thread immediately after the task + *
  2. {@link #onPreExecute()}, invoked on the UI thread before the task * is executed. This step is normally used to setup the task, for instance by * showing a progress bar in the user interface.
  3. *
  4. {@link #doInBackground}, invoked on the background thread -- cgit v1.1