Merge "Fix Javadoc." into jb-dev

This commit is contained in:
Jeff Brown
2012-04-30 17:28:49 -07:00
committed by Android (Google) Code Review

View File

@@ -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) {