docs: Fix typo and broken link in AsyncTask.java am: 53415ff24e
am: fc68813e5c
Change-Id: I1be966d00de19afcef968093e0583e6da1eaff98
This commit is contained in:
@@ -35,8 +35,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>AsyncTask enables proper and easy use of the UI thread. This class allows to
|
* <p>AsyncTask enables proper and easy use of the UI thread. This class allows you
|
||||||
* perform background operations and publish results on the UI thread without
|
* to perform background operations and publish results on the UI thread without
|
||||||
* having to manipulate threads and/or handlers.</p>
|
* having to manipulate threads and/or handlers.</p>
|
||||||
*
|
*
|
||||||
* <p>AsyncTask is designed to be a helper class around {@link Thread} and {@link Handler}
|
* <p>AsyncTask is designed to be a helper class around {@link Thread} and {@link Handler}
|
||||||
@@ -55,7 +55,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||||||
* <div class="special reference">
|
* <div class="special reference">
|
||||||
* <h3>Developer Guides</h3>
|
* <h3>Developer Guides</h3>
|
||||||
* <p>For more information about using tasks and threads, read the
|
* <p>For more information about using tasks and threads, read the
|
||||||
* <a href="{@docRoot}guide/topics/fundamentals/processes-and-threads.html">Processes and
|
* <a href="{@docRoot}guide/components/processes-and-threads.html">Processes and
|
||||||
* Threads</a> developer guide.</p>
|
* Threads</a> developer guide.</p>
|
||||||
* </div>
|
* </div>
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user