MCPcopy Index your code
hub / github.com/OperationT00/T-Code / toString

Method toString

src/main/java/com/tcode/plan/Task.java:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 }
124
125 @Override
126 public String toString() {
127 return String.format("Task[%s: %s] (%s)", id, description, status);
128 }
129}

Calls 1

formatMethod · 0.45