MCPcopy Create free account
hub / github.com/Firebasky/Java / execute

Method execute

Struts2/Struts2-007/Struts007.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 public String execute() throws Exception {
38 return !this.name.isEmpty() && !this.email.isEmpty() ? "success" : "error";
39 }
40}

Callers 1

mainMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainMethod · 0.36