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

Method finalize

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

finalizeNativeMethod · 0.95

Tested by

no test coverage detected