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

Commit 83356193 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Change Javadoc to get around brokenness"

parents 2a6560bc 622b3dc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ public class LoaderManager {
     * will be called as the loader state changes.  If at the point of call
     * the caller is in its started state, and the requested loader
     * already exists and has generated its data, then
     * callback.{@link LoaderCallbacks#onLoadFinished(Loader, Object)} will 
     * callback. {@link LoaderCallbacks#onLoadFinished} will
     * be called immediately (inside of this function), so you must be prepared
     * for this to happen.
     */