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

Commit 0c1bc0ce authored by Diego Wilson's avatar Diego Wilson Committed by Bruno Martins
Browse files

Keep the BluetoothHeadset finalize() method protected

It seems the scope of this method was accidentally changed to public.

Change-Id: I0c034e43bdd07324bf1c40995ed62ed2af440f2e
parent e77b3a03
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -452,7 +452,7 @@ public final class BluetoothHeadset implements BluetoothProfile {
        doUnbind();
        doUnbind();
    }
    }


    public void finalize() {
    protected void finalize() {
        close();
        close();
    }
    }