Fix incorrect javadoc links

Test: make offline-sdk-docs
Bug: b/116163454
Change-Id: I55de1f71d443713b033ee63fd191bd34b3a52fd2
This commit is contained in:
Tor Norbye
2018-10-03 09:28:21 +02:00
committed by Nan Zhang
parent 61b9b6c9eb
commit f8dc2d204c
2 changed files with 3 additions and 3 deletions

View File

@@ -366,7 +366,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;