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

Commit 9f1e2f83 authored by mayankkk's avatar mayankkk Committed by Mayank Dandwani
Browse files

Fix javadoc for the remotecallbacklist.

Test: m
Bug: n/a
Flag: EXEMPT javadoc fix
Change-Id: I4589d84932756f3d195e911619fc71ae9fb57d02
parent 7d7a5184
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ public class RemoteCallbackList<E extends IInterface> {
     * until a corresponding call to {@link #unregister} or its hosting process
     * goes away. If the callback was already registered (determined by
     * checking to see if the {@link IInterface#asBinder callback.asBinder()}
     * object is already in the list), then it will be left as-is.
     * object is already in the list), then it will be replaced with the new callback.
     * Registrations are not counted; a single call to {@link #unregister}
     * will remove a callback after any number calls to register it.
     *