We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fea92e + 32c8113 commit f2dc6fcCopy full SHA for f2dc6fc
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