Loading core/java/android/os/AsyncTask.java +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
core/java/android/os/AsyncTask.java +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading