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

Commit f61308b9 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

Change-Id: I1f8915547876e0e0045724eb9a1e29123ab4edda
parents d840f4d6 c09d405e
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();
            }