Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ finalize
Method
finalize
app/src/main/java/com/sun/mail/pop3/TempFile.java:59–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
@Override
60
protected
void
finalize() throws Throwable {
61
try {
62
close();
63
} finally {
64
super.finalize();
65
}
66
}
67
}
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected