MCPcopy Create free account
hub / github.com/M66B/FairEmail / finalize

Method finalize

app/src/main/java/com/sun/mail/iap/Protocol.java:723–730  ·  view source on GitHub ↗

Finalizer.

()

Source from the content-addressed store, hash-verified

721 * Finalizer.
722 */
723 @Override
724 protected void finalize() throws Throwable {
725 try {
726 disconnect();
727 } finally {
728 super.finalize();
729 }
730 }
731
732 /*
733 * Probe points for GlassFish monitoring.

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.95

Tested by

no test coverage detected