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

Commit 177838eb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix checkstyle in frameworks"

parents df7ffcdc b0c6ede1
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;
        }