diff options
| author | John Spurlock <jspurlock@google.com> | 2014-01-02 11:04:18 -0500 |
|---|---|---|
| committer | John Spurlock <jspurlock@google.com> | 2014-01-06 11:44:42 -0500 |
| commit | 3390018c6b45acffa6edf97a4174ca49f1e8c76d (patch) | |
| tree | e08be49b9218bb12fc336b3f660ac3dd7a23b9dc /core/java/android/os/AsyncTask.java | |
| parent | cbc5f5410ff7c2b91e13f80a930f22944ce2ed88 (diff) | |
Docfixes: three typos and escape */*.
Change-Id: I418d855b5d08a1a20eaca3d8e4d2e5d0fca23dd5
Diffstat (limited to 'core/java/android/os/AsyncTask.java')
| -rw-r--r-- | core/java/android/os/AsyncTask.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/AsyncTask.java b/core/java/android/os/AsyncTask.java index d4a30064707e..26e09b63b8a1 100644 --- a/core/java/android/os/AsyncTask.java +++ b/core/java/android/os/AsyncTask.java @@ -610,7 +610,7 @@ public abstract class AsyncTask<Params, Progress, Result> { * still running. Each call to this method will trigger the execution of * {@link #onProgressUpdate} on the UI thread. * - * {@link #onProgressUpdate} will note be called if the task has been + * {@link #onProgressUpdate} will not be called if the task has been * canceled. * * @param values The progress values to update the UI with. |
