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