From f8dc2d204cb56bc6bf62b18ae25840014355eec8 Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Wed, 3 Oct 2018 09:28:21 +0200 Subject: [PATCH] Fix incorrect javadoc links Test: make offline-sdk-docs Bug: b/116163454 Change-Id: I55de1f71d443713b033ee63fd191bd34b3a52fd2 --- core/java/android/os/Message.java | 2 +- telephony/java/android/telephony/NeighboringCellInfo.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/os/Message.java b/core/java/android/os/Message.java index b303e10fa64be..c3f60a332a2bb 100644 --- a/core/java/android/os/Message.java +++ b/core/java/android/os/Message.java @@ -366,7 +366,7 @@ public final class Message implements Parcelable { * the target {@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; diff --git a/telephony/java/android/telephony/NeighboringCellInfo.java b/telephony/java/android/telephony/NeighboringCellInfo.java index 79298fd54c500..ac38efb4d0290 100644 --- a/telephony/java/android/telephony/NeighboringCellInfo.java +++ b/telephony/java/android/telephony/NeighboringCellInfo.java @@ -34,8 +34,8 @@ import android.os.Parcelable; * Received Signal Strength and Cell ID location. * * @deprecated This class should not be used by any app targeting - * {@link Build.VERSION_CODES.Q Android Q} or higher. Instead callers should use - * {@Link android.telephony.CellInfo CellInfo}. + * {@link android.os.Build.VERSION_CODES#Q Android Q} or higher. Instead callers should use + * {@link android.telephony.CellInfo CellInfo}. */ @Deprecated public class NeighboringCellInfo implements Parcelable