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

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

Merge "Fix checkstyle in frameworks" am: 177838eb

parents fbfbe2a6 177838eb
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;
        }