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

Commit 7860b10d authored by Jeff Hamilton's avatar Jeff Hamilton
Browse files

Another try at fixing the docs build.

Change-Id: Ief60f4e71efee1d3bb4ee36e2f2a2fcaeb996284
parent e5c50c62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -78,8 +78,8 @@ public abstract class AsyncTaskLoader<D> extends Loader<D> {
    /**
     * Called on a worker thread to perform the actual load. Implementations should not deliver the
     * results directly, but should return them from this method, which will eventually end up
     * calling {@link #deliverResult(Object)} on the UI thread. If implementations need to process 
     * the results on the UI thread they may override {@link #deliverResult(Object)} and do so
     * calling deliverResult on the UI thread. If implementations need to process 
     * the results on the UI thread they may override deliverResult and do so
     * there.
     *
     * @return the result of the load