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

Commit 1eaa4676 authored by Mayank Dandwani's avatar Mayank Dandwani Committed by Android (Google) Code Review
Browse files

Merge "Fix javadoc for the remotecallbacklist." into main

parents 336a7e7c 9f1e2f83
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.
     *