Merge "Fix incorrect javadoc links" am: 0d954557a1 am: cd1c75ae4c

am: f2183961a9

Change-Id: Icf157b65308e7de18b51aec837b8c29baa5a1918
This commit is contained in:
Tor Norbye
2018-10-10 23:22:18 -07:00
committed by android-build-merger
2 changed files with 3 additions and 3 deletions

View File

@@ -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;