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

Commit 56ed3c28 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add missing @Deprecated annotations."

parents 96de3487 0f8b2fda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1045,6 +1045,7 @@ public final class BluetoothGatt implements BluetoothProfile {
    /**
     * @deprecated Use {@link #abortReliableWrite()}
     */
    @Deprecated
    public void abortReliableWrite(BluetoothDevice mDevice) {
        abortReliableWrite();
    }