Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ ToolMD
Method
ToolMD
security/src/main/java/pro/tools/security/md/ToolMD.java:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
public
final
class
ToolMD {
17
18
private
ToolMD() {
19
throw
new
UnsupportedOperationException(
"我是工具类,别初始化我。。。"
);
20
}
21
22
23
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected