From b8fc0679e84f9cadc08524ea89f6e1b28631f3e5 Mon Sep 17 00:00:00 2001 From: Joseph Pirozzo Date: Thu, 6 Oct 2016 11:44:53 -0700 Subject: [PATCH] MAP MCE Fix @LINK to @link in javadoc. Bug: 30467210 Change-Id: Icac176947bee971c3f5d11fd4166cf8ceb0a437e (cherry picked from commit f5fba751d360bbe8294c4640f5ad12a990f13122) --- core/java/android/bluetooth/BluetoothMapClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/bluetooth/BluetoothMapClient.java b/core/java/android/bluetooth/BluetoothMapClient.java index da66b93f2dd81..425248224e1ef 100644 --- a/core/java/android/bluetooth/BluetoothMapClient.java +++ b/core/java/android/bluetooth/BluetoothMapClient.java @@ -360,7 +360,7 @@ public final class BluetoothMapClient implements BluetoothProfile { } /** - * Get unread messages. Unread messages will be published via {@LINK #ACTION_MESSAGE_RECEIVED}. + * Get unread messages. Unread messages will be published via {@link #ACTION_MESSAGE_RECEIVED}. * * @param device Bluetooth device * @return true if the message is enqueued, false on error