MCPcopy Create free account
hub / github.com/TeIubesc/flower_shop / ResultCode

Method ResultCode

src/main/java/lz/flower/utils/ResultCode.java:59–62  ·  view source on GitHub ↗
(Integer code, String message)

Source from the content-addressed store, hash-verified

57 private String message;
58
59 ResultCode(Integer code, String message) {
60 this.code = code;
61 this.message = message;
62 }
63
64 public Integer code() {
65 return this.code;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected