Skip to content

Commit 32c8113

Browse files
author
Jeff Brown
committed
Fix Javadoc.
Bug: 6418632 Change-Id: Ib17218c413cbdf26bab19ccd873de33e67dd3397
1 parent c458ce9 commit 32c8113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/os/Handler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ public final void removeMessages(int what) {
518518

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

0 commit comments

Comments
 (0)