Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf61e19b authored by Romain Guy's avatar Romain Guy Committed by The Android Open Source Project
Browse files

am 6a1ae64f: Fix another HTML formatting in android.os.AsyncTask

Merge commit '6a1ae64f'

* commit '6a1ae64f':
  Fix another HTML formatting in android.os.AsyncTask
parents 61cf54d3 6a1ae64f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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&lt;Void, Void, Void&gt; { ... }
 * </pre>
 *
 * <h2>The 4 steps</h2>