Skip to content

Commit 08ab69b

Browse files
Romain GuyAndroid Git Automerger
authored andcommitted
am 3301654: Merge "Fix javadoc" into jb-mr1-dev
* commit '3301654a541b5743b6538ce1e161c35330673949': Fix javadoc
2 parents f86f4a2 + 3301654 commit 08ab69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/java/android/os/AsyncTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
* <h2>The 4 steps</h2>
111111
* <p>When an asynchronous task is executed, the task goes through 4 steps:</p>
112112
* <ol>
113-
* <li>{@link #onPreExecute()}, invoked on the UI thread immediately after the task
113+
* <li>{@link #onPreExecute()}, invoked on the UI thread before the task
114114
* is executed. This step is normally used to setup the task, for instance by
115115
* showing a progress bar in the user interface.</li>
116116
* <li>{@link #doInBackground}, invoked on the background thread

0 commit comments

Comments
 (0)