Merge "Fix incorrect javadoc links" am: 0d954557a1 am: cd1c75ae4c
am: f2183961a9
Change-Id: Icf157b65308e7de18b51aec837b8c29baa5a1918
This commit is contained in:
@@ -382,7 +382,7 @@ public final class Message implements Parcelable {
|
||||
* the <em>target</em> {@link Handler} that is receiving this Message to
|
||||
* dispatch it. If
|
||||
* not set, the message will be dispatched to the receiving Handler's
|
||||
* {@link Handler#handleMessage(Message Handler.handleMessage())}.
|
||||
* {@link Handler#handleMessage(Message)}.
|
||||
*/
|
||||
public Runnable getCallback() {
|
||||
return callback;
|
||||
|
||||
Reference in New Issue
Block a user