Skip to content

Commit f2dc6fc

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Fix Javadoc." into jb-dev
2 parents 2fea92e + 32c8113 commit f2dc6fc

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)