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

am: c8ff280e73

Change-Id: I1ad1ee6abafea702d9bb64f45ebad5ea307f25ec
This commit is contained in:
nharold
2017-11-08 18:11:20 +00:00
committed by android-build-merger

View File

@@ -136,7 +136,7 @@ public final class IpSecManager {
}
@Override
protected void finalize() {
protected void finalize() throws Throwable {
if (mCloseGuard != null) {
mCloseGuard.warnIfOpen();
}