diff options
| author | Jack He <siyuanh@google.com> | 2017-08-22 16:06:54 -0700 |
|---|---|---|
| committer | Jack He <siyuanh@google.com> | 2017-08-24 19:09:48 +0000 |
| commit | a355e5efaf45a534ee6437aa4bae7d30f18c0ec2 (patch) | |
| tree | fbc120fa95a5cc0c3d1936a955e09d356f2d029b /core/java/android/bluetooth/BluetoothAssignedNumbers.java | |
| parent | b09cf3fbf1c7e340bc06e8aba06461d4a0bae457 (diff) | |
Fix checkstyle errors (1/2)
* Automatic style corrections through IDE
Bug: 63596319
Test: make checkbuild, no manual changes, no functional changes
Change-Id: I2397d55abc34c9b7a9b748bec6137778df3421a7
Diffstat (limited to 'core/java/android/bluetooth/BluetoothAssignedNumbers.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothAssignedNumbers.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/bluetooth/BluetoothAssignedNumbers.java b/core/java/android/bluetooth/BluetoothAssignedNumbers.java index 124bdc118d4f..41a34e061845 100644 --- a/core/java/android/bluetooth/BluetoothAssignedNumbers.java +++ b/core/java/android/bluetooth/BluetoothAssignedNumbers.java @@ -20,9 +20,9 @@ package android.bluetooth; * Bluetooth Assigned Numbers. * <p> * For now we only include Company ID values. - * @see <a href="https://www.bluetooth.org/technical/assignednumbers/identifiers.htm"> - * The Official Bluetooth SIG Member Website | Company Identifiers</a> * + * @see <a href="https://www.bluetooth.org/technical/assignednumbers/identifiers.htm"> The Official + * Bluetooth SIG Member Website | Company Identifiers</a> */ public class BluetoothAssignedNumbers { |
