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

This commit is contained in:
nharold
2017-11-08 17:56:43 +00:00
committed by Gerrit Code Review

View File

@@ -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();
} }