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

Commit 622b3dc4 authored by Kenny Root's avatar Kenny Root
Browse files

Change Javadoc to get around brokenness

Apparently the Javadoc we're using can't handle generic method
arguments, so remove the argument specification to let the compiler
match the right one since we're not overloading that method anyway.

Change-Id: Ie1a1a28c6e3c5fe5d2d434ecc66519e514bc692c
parent 93bab39a
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.
     */