Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
422
protected
void
423
finalize() {
424
if
(st != null)
425
st.close();
426
}
427
428
}
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected