am 6a1ae64: Fix another HTML formatting in android.os.AsyncTask
Merge commit '6a1ae64f7735a3817713a223096bf8034f78a620' * commit '6a1ae64f7735a3817713a223096bf8034f78a620': Fix another HTML formatting in android.os.AsyncTask
This commit is contained in:
committed by
The Android Open Source Project
commit
bf61e19b64
@@ -85,7 +85,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||
* <p>Not all types are always used by am asynchronous task. To mark a type as unused,
|
||||
* simply use the type {@link Void}:</p>
|
||||
* <pre>
|
||||
* private class MyTask extends AsyncTask<Void, Void, Void) { ... }
|
||||
* private class MyTask extends AsyncTask<Void, Void, Void> { ... }
|
||||
* </pre>
|
||||
*
|
||||
* <h2>The 4 steps</h2>
|
||||
|
||||
Reference in New Issue
Block a user