Skip to content

Commit 6f931cc

Browse files
author
Romain Guy
committed
Fix javadoc
Change-Id: Ie98dd00f41add876f3740f5d37781a10c6bd41fe
1 parent 0ee71ad commit 6f931cc

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)