Skip to content

Commit 3301654

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Fix javadoc" into jb-mr1-dev
2 parents 1720e07 + 6f931cc commit 3301654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)