| commit | 5a02bb44debff71c17b3d4bb02576fea700f16c7 | [log] [tgz] |
|---|---|---|
| author | David Duarte <licorne@google.com> | Mon Dec 04 23:07:42 2023 +0000 |
| committer | David Duarte <licorne@google.com> | Thu Dec 07 22:04:41 2023 +0000 |
| tree | 3271c6f4283270463b24839dda016c846a1c8d4d | |
| parent | de2a05f787564e649793db1bba77d6162646cf78 [diff] [blame] |
framework: Fix errorprone warnings Some are suppressed with a TODO to be addressed later Bug: 314402244 Test: m framework-bluetooth Flag: EXEMPT, no-op Change-Id: I32bf8e457dd17f0a5b11178e7535cecc3c625bf8
diff --git a/framework/java/android/bluetooth/BluetoothLeAudioCodecConfig.java b/framework/java/android/bluetooth/BluetoothLeAudioCodecConfig.java index b3151e4..acf95c7 100644 --- a/framework/java/android/bluetooth/BluetoothLeAudioCodecConfig.java +++ b/framework/java/android/bluetooth/BluetoothLeAudioCodecConfig.java
@@ -33,7 +33,7 @@ * * <p>The source codec type values are the same as those supported by the device hardware. * - * <p>{@see BluetoothLeAudioCodecConfig} + * @see BluetoothLeAudioCodecConfig */ public final class BluetoothLeAudioCodecConfig implements Parcelable { // Add an entry for each source codec here.