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

Commit 060288ca authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "AdapterService: Make finalize() public"

parents b86205f9 a267836b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2620,7 +2620,7 @@ public class AdapterService extends Service {
    private native void interopDatabaseAddNative(int feature, byte[] address, int length);

    @Override
    protected void finalize() {
    public void finalize() {
        debugLog("finalize() - clean up object " + this);
        cleanup();
        if (TRACE_REF) {