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

Commit dc49f4e5 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk
Browse files

tbs: Add missing final keyword for Lock pending operation object

This adds missing final keyword for Lock pending operation object.

Tag: #feature
Bug: 279355025
Test: atest TbsGenericTest
Test: atest TbsGattTest
Change-Id: I4c1dee4419f786f801892da4e58edcc96c4abb72
parent dd13de3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ public class TbsGatt {
    @VisibleForTesting
    public static final int CALL_CONTROL_POINT_RESULT_INVALID_OUTGOING_URI = 0x06;

    private Object mPendingGattOperationsLock = new Object();
    private final Object mPendingGattOperationsLock = new Object();
    private final Context mContext;
    private final GattCharacteristic mBearerProviderNameCharacteristic;
    private final GattCharacteristic mBearerUciCharacteristic;