MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / finalize

Method finalize

src/main/java/core/org/xbill/DNS/Master.java:422–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

420}
421
422protected void
423finalize() {
424 if (st != null)
425 st.close();
426}
427
428}

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected