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

Commit 353464aa authored by Yeabkal Wubshit's avatar Yeabkal Wubshit
Browse files

Fix RemoteCallbackList Documentation

Change-Id: I58eb478310c87de1e1c58a2107c70d473c0a306a
parent 73473726
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ public class RemoteCallbackList<E extends IInterface> {
     * handle such an exception by simply ignoring it.
     *
     * @param index Which of the registered callbacks you would like to
     * retrieve.  Ranges from 0 to 1-{@link #beginBroadcast}.
     * retrieve.  Ranges from 0 to {@link #beginBroadcast}-1, inclusive.
     *
     * @return Returns the callback interface that you can call.  This will
     * always be non-null.