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

Method finalize

src/java/com/libmailcore/SMTPSession.java:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

finalizeNativeMethod · 0.95

Tested by

no test coverage detected