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

Commit c09d405e authored by nharold's avatar nharold Committed by android-build-merger
Browse files

Merge "Fix signature for finalize() to resolve API Lint error"

am: c8ff280e

Change-Id: I1ad1ee6abafea702d9bb64f45ebad5ea307f25ec
parents 6491b034 c8ff280e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -136,7 +136,7 @@ public final class IpSecManager {
        }
        }


        @Override
        @Override
        protected void finalize() {
        protected void finalize() throws Throwable {
            if (mCloseGuard != null) {
            if (mCloseGuard != null) {
                mCloseGuard.warnIfOpen();
                mCloseGuard.warnIfOpen();
            }
            }