am 3301654a: Merge "Fix javadoc" into jb-mr1-dev

* commit '3301654a541b5743b6538ce1e161c35330673949':
  Fix javadoc
This commit is contained in:
Romain Guy
2012-10-17 14:39:41 -07:00
committed by Android Git Automerger

View File

@@ -110,7 +110,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* <h2>The 4 steps</h2> * <h2>The 4 steps</h2>
* <p>When an asynchronous task is executed, the task goes through 4 steps:</p> * <p>When an asynchronous task is executed, the task goes through 4 steps:</p>
* <ol> * <ol>
* <li>{@link #onPreExecute()}, invoked on the UI thread immediately after the task * <li>{@link #onPreExecute()}, invoked on the UI thread before the task
* is executed. This step is normally used to setup the task, for instance by * is executed. This step is normally used to setup the task, for instance by
* showing a progress bar in the user interface.</li> * showing a progress bar in the user interface.</li>
* <li>{@link #doInBackground}, invoked on the background thread * <li>{@link #doInBackground}, invoked on the background thread