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

Commit 5726e155 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 52501786: am f2dc6fc4: Merge "Fix Javadoc." into jb-dev

* commit '52501786':
  Fix Javadoc.
parents c0f032b7 52501786
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -518,7 +518,7 @@ public class Handler {

    /**
     * Remove any pending posts of messages with code 'what' and whose obj is
     * 'object' that are in the message queue.  If <var>token</var> is null,
     * 'object' that are in the message queue.  If <var>object</var> is null,
     * all messages will be removed.
     */
    public final void removeMessages(int what, Object object) {