Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ usage
Method
usage
src/examples/java/TestExceptionFramework.java:72–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
private
static
void
usage() {
73
String name = TestExceptionFramework.
class
.getName();
74
System.err.println(
"Usage: "
+ name +
" master"
);
75
}
76
77
public
static
void
main(String[] args) throws Exception {
78
if
(args.length != 1) {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected