Merge "Fix signature for finalize() to resolve API Lint error"
This commit is contained in:
@@ -136,7 +136,7 @@ public final class IpSecManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void finalize() {
|
||||
protected void finalize() throws Throwable {
|
||||
if (mCloseGuard != null) {
|
||||
mCloseGuard.warnIfOpen();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user