diff options
| author | Joseph Pirozzo <pirozzoj@google.com> | 2016-10-06 11:44:53 -0700 |
|---|---|---|
| committer | Sanket Agarwal <sanketa@google.com> | 2016-11-01 17:39:16 -0700 |
| commit | b8fc0679e84f9cadc08524ea89f6e1b28631f3e5 (patch) | |
| tree | 670a375274709e2a292a60a1123f2d57e3650e39 /core/java/android/bluetooth/BluetoothMapClient.java | |
| parent | a4f0127fbb39dd4cf6d8bad61f8f7224fdc9153a (diff) | |
MAP MCE
Fix @LINK to @link in javadoc.
Bug: 30467210
Change-Id: Icac176947bee971c3f5d11fd4166cf8ceb0a437e
(cherry picked from commit f5fba751d360bbe8294c4640f5ad12a990f13122)
Diffstat (limited to 'core/java/android/bluetooth/BluetoothMapClient.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothMapClient.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothMapClient.java b/core/java/android/bluetooth/BluetoothMapClient.java index da66b93f2dd8..425248224e1e 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 |
