diff options
| author | Matthew Xie <mattx@google.com> | 2013-05-29 10:19:06 -0700 |
|---|---|---|
| committer | Matthew Xie <mattx@google.com> | 2013-05-30 11:42:26 -0700 |
| commit | abb655872f7a950d640bbb78d14a0660f458db62 (patch) | |
| tree | ec74e47a3d4e1ee37b8c47804c645714bcc73239 /framework/java/android/bluetooth/BluetoothDevice.java | |
| parent | 1626eab8a14b70270ad1885ea906dd3499c89560 (diff) | |
Update javadoc to give app write better guidence
Update javadoc of close methods of GATT cliet and server
Update javadoc of BluetoothAdapter
bug 8963528
Change-Id: I45ec618fd495225ed11a6171f33bfdc218397d4c
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothDevice.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothDevice.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothDevice.java b/framework/java/android/bluetooth/BluetoothDevice.java index 79a5ffea46..3ee7142d8d 100644 --- a/framework/java/android/bluetooth/BluetoothDevice.java +++ b/framework/java/android/bluetooth/BluetoothDevice.java @@ -107,7 +107,7 @@ public final class BluetoothDevice implements Parcelable { * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link * #EXTRA_CLASS}. * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive. - * @see {@link BluetoothClass} + * {@see BluetoothClass} */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_CLASS_CHANGED = |
