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

Commit 2b267dfb 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 am: c09d405e

am: f61308b9

Change-Id: I4b91b3b01ef24d43439bbc41bc8acaa7c690522b
parents cdd1d0ae f61308b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ public final class IpSecManager {
        }

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