MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / finalize

Method finalize

src/java/com/libmailcore/IMAPSession.java:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 protected void finalize() throws Throwable
14 {
15 finalizeNative();
16 super.finalize();
17 }
18
19 /** Sets the IMAP server hostname. */
20 public native void setHostname(String hostname);

Callers

nothing calls this directly

Calls 1

finalizeNativeMethod · 0.95

Tested by

no test coverage detected