Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3cd28a5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix checkstyle in frameworks" am: 177838eb am: 160badd7

parents 1b7b7b02 160badd7
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -413,8 +413,7 @@ public final class BluetoothCodecConfig implements Parcelable {
        return 0;
    }

    public static final @android.annotation.NonNull Parcelable.Creator<BluetoothCodecConfig> CREATOR =
            new Parcelable.Creator<BluetoothCodecConfig>() {
    public static final @NonNull Creator<BluetoothCodecConfig> CREATOR = new Creator<>() {
        public BluetoothCodecConfig createFromParcel(Parcel in) {
            return new BluetoothCodecConfig(in);
        }
@@ -715,6 +714,7 @@ public final class BluetoothCodecConfig implements Parcelable {
                if (mCodecSpecific1 != other.mCodecSpecific1) {
                    return false;
                }
            // fall through
            default:
                return true;
        }