We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c458ce9 commit 32c8113Copy full SHA for 32c8113
core/java/android/os/Handler.java
@@ -518,7 +518,7 @@ public final void removeMessages(int what) {
518
519
/**
520
* 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,
+ * 'object' that are in the message queue. If <var>object</var> is null,
522
* all messages will be removed.
523
*/
524
public final void removeMessages(int what, Object object) {
0 commit comments